NetBurner 3.5.0
PDF Version
 
arp.h File Reference

ARP. 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.
 
void fShowArp (FILE *fp)
 Display ARP cache, output will be sent to the specified file pointer.
 
BOOL GetArpMacFromIp (IPADDR4 ip, MACADR &ma)
 Check to see if the specified IP address is in the ARP cache.
 
void sendGratuitousArp (int interfaceNumber, IPADDR4 ip)
 Send Gratuitous ARP Request.
 

Detailed Description

ARP.