Ethernet header

Ethernet header. More...

Detailed Description

Ethernet header.

Files

file  hdr.h
 Ethernet header definitions.
 

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