Searched refs:ETHER_ADDR_LEN (Results 1 – 4 of 4) sorted by relevance
49 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */ macro52 #define ETHER_HDR_LEN ((ETHER_ADDR_LEN * 2) + ETHER_TYPE_LEN)67 u_int8_t ether_addr_octet[ETHER_ADDR_LEN];74 u_int8_t ether_dhost[ETHER_ADDR_LEN];75 u_int8_t ether_shost[ETHER_ADDR_LEN];150 extern const uint8_t etherbroadcastaddr[ETHER_ADDR_LEN];151 extern const uint8_t ethermulticastaddr_slowprotocols[ETHER_ADDR_LEN];152 extern const uint8_t ether_ipmulticast_min[ETHER_ADDR_LEN];153 extern const uint8_t ether_ipmulticast_max[ETHER_ADDR_LEN];
32 #ifndef ETHER_ADDR_LEN33 #define ETHER_ADDR_LEN ETH_ALEN macro
30 #ifndef ETHER_ADDR_LEN31 #define ETHER_ADDR_LEN ETH_ALEN macro