[ofw] RE: geting arp table from the os on windows 2003

Fab Tillier ftillier at microsoft.com
Wed Aug 5 10:13:24 PDT 2009


Hi Tzachi,

>From: Tzachi Dar [mailto:tzachid at mellanox.co.il]
>Sent: Wednesday, August 05, 2009 3:33 AM
>
>Is there a way to get the arp information from the operating system on
>kernel? Is it also possibale to make the os send a remote arp?

Yes, the IP helper functions used on Windows Vista/Server 2008 in IBAT have kernel equivalents.  Take a look at the WDK docs section for "IP Helper", which is part of the WDK networking section.  No socket use should be needed.

Specifically, ResolveIpNetEntry2 should do the trick, for both IPv4 and IPv6.

-Fab



More information about the ofw mailing list