Ethernet ARP protocol structure. More...
#include <netinet/if_ether.h>
Data Fields | |
ARPHDR | ea_hdr |
Fixed-size header. | |
uint8_t | arp_sha [6] |
Source hardware address. | |
uint32_t | arp_spa |
Source protocol address. | |
uint8_t | arp_tha [6] |
Target hardware address. | |
uint32_t | arp_tpa |
Target protocol address. |
Ethernet ARP protocol structure.
See RFC 826 for protocol description.
Fixed-size header.
Referenced by NutArpAllocNetBuf(), and NutArpInput().
Source hardware address.
Referenced by NutArpInput(), and NutArpOutput().
Source protocol address.
Referenced by NutArpInput(), and NutArpOutput().
Target hardware address.
Referenced by NutArpAllocNetBuf(), and NutArpOutput().
Target protocol address.
Referenced by NutArpAllocNetBuf(), and NutArpInput().