Ethernet header definitions. More...
Ethernet header definitions.
Definition in file hdr.h.
Go to the source code of this file.
Data Structures | |
struct | ethernet_hdr_t |
Ethernet header. More... | |
Macros | |
#define | ETHERNET_ADDR_LEN (6) |
Length of an Ethernet address. | |
#define | ETH_ALEN ETHERNET_ADDR_LEN |
convenient alias for ETHERNET_ADDR_LEN to comply with NIX code | |