ARP protocol header. More...
Go to the source code of this file.
Data Structures | |
| struct | arphdr |
| ARP packet header structure. More... | |
Defines | |
| #define | ARPHRD_ETHER 1 |
| ethernet hardware format | |
| #define | ARPOP_REQUEST 1 |
| request to resolve address | |
| #define | ARPOP_REPLY 2 |
| response to previous request | |
Typedefs | |
| typedef struct arphdr | ARPHDR |
| ARP packet header type. | |
ARP protocol header.
See RFC 826 for protocol description.
| #define ARPHRD_ETHER 1 |
ethernet hardware format
Referenced by NutArpAllocNetBuf(), and NutArpInput().
| #define ARPOP_REQUEST 1 |
request to resolve address
Referenced by NutArpCacheQuery(), and NutArpInput().
| #define ARPOP_REPLY 2 |
response to previous request
Referenced by NutArpInput().
ARP packet header type.