NetBurner ARP API. More...
Go to the source code of this file.
Functions | |
| void | ShowArp () |
| Display ARP cache, output will be the stdio serial port. More... | |
| void | fShowArp (FILE *fp) |
| Display ARP cache, output will be sent to the specified file pointer. More... | |
| BOOL | GetArpMacFromIp (IPADDR4 ip, MACADR &ma) |
| Check to see if the specified IP address is in the ARP cache. More... | |
| void | sendGratuitousArp (int interfaceNumber, IPADDR4 ip) |
| Send Gratuitous ARP Request. More... | |
NetBurner ARP API.