The Pedigree Project
0.1
|
#include <etharp.h>
Public Member Functions | |
PACK_STRUCT_FIELD (u16_t hwtype) | |
PACK_STRUCT_FIELD (u16_t proto) | |
PACK_STRUCT_FLD_8 (u8_t hwlen) | |
PACK_STRUCT_FLD_8 (u8_t protolen) | |
PACK_STRUCT_FIELD (u16_t opcode) | |
PACK_STRUCT_FLD_S (struct eth_addr shwaddr) | |
PACK_STRUCT_FLD_S (struct ip4_addr2 sipaddr) | |
PACK_STRUCT_FLD_S (struct eth_addr dhwaddr) | |
PACK_STRUCT_FLD_S (struct ip4_addr2 dipaddr) | |
the ARP message, see RFC 826 ("Packet format")
Definition at line 76 of file lwip/prot/etharp.h.