See RFC 826 for protocol description.
Definition in file if_arp.h.
Go to the source code of this file.
Data Structures | |
struct | ARPHDR |
Defines | |
#define | ARPHRD_ETHER 1 |
ethernet hardware format | |
#define | ARPOP_REQUEST 1 |
request to resolve address | |
#define | ARPOP_REPLY 2 |
response to previous request |
#define ARPHRD_ETHER 1 |
ethernet hardware format
Definition at line 98 of file if_arp.h.
Referenced by NutArpAllocNetBuf(), and NutArpInput().
#define ARPOP_REQUEST 1 |
request to resolve address
Definition at line 100 of file if_arp.h.
Referenced by NutArpCacheQuery(), and NutArpInput().
#define ARPOP_REPLY 2 |