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.
Definition at line 163 of file if_ether.h.
Fixed-size header.
Definition at line 164 of file if_ether.h.
Referenced by NutArpAllocNetBuf(), and NutArpInput().
Source hardware address.
Definition at line 165 of file if_ether.h.
Referenced by NutArpInput(), and NutArpOutput().
Source protocol address.
Definition at line 166 of file if_ether.h.
Referenced by NutArpInput(), and NutArpOutput().
Target hardware address.
Definition at line 167 of file if_ether.h.
Referenced by NutArpAllocNetBuf(), and NutArpOutput().
Target protocol address.
Definition at line 168 of file if_ether.h.
Referenced by NutArpAllocNetBuf(), and NutArpInput().