All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
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
 

Macro Definition Documentation

◆ ETH_ALEN

#define ETH_ALEN   ETHERNET_ADDR_LEN

convenient alias for ETHERNET_ADDR_LEN to comply with NIX code

Definition at line 35 of file hdr.h.

◆ ETHERNET_ADDR_LEN

#define ETHERNET_ADDR_LEN   (6)

Length of an Ethernet address.

Definition at line 32 of file hdr.h.