31 #define ETHERNET_ADDR_LEN       (6)      
   34 #define ETH_ALEN ETHERNET_ADDR_LEN       
   42 typedef struct __attribute__((packed)) {
 
Functions to work with different byte orders.
 
#define ETHERNET_ADDR_LEN
Length of an Ethernet address.
 
Adds include for missing inttype definitions.
 
network_uint16_t type
ether type (see Ether types)
 
A 16 bit integer in big endian aka network byte order.