NetBurner 3.1
arp.h File Reference

NetBurner ARP API. More...

#include <buffers.h>
#include <nettypes.h>
#include <stdio.h>

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...
 

Detailed Description

NetBurner ARP API.