how to determine IP address within network device driver?

2007-04-26 Thread Nic Gyrovague
(apologies for the repost, I thought people may have missed this question since it was not phrased as such) I have a hw network device that can benefit from knowing what its associated IP addresses (if any) are... Is there a "correct" way to determine the IP address(es) from within the driver cod

determining IP address within network device driver

2007-04-26 Thread Nic Gyrovague
I have a hw network device that can benefit from knowing what its associated IP addresses (if any) are... Is there a "correct" way to determine the IP address(es) from within the driver code? Its obviously possible to snoop into ARP and IP traffic to try to "guess", but this is not always 100% rel