Searched defs:ether_header (Results 1 – 2 of 2) sorted by relevance
70 struct ether_header { struct71 u_int8_t ether_dhost[ETHER_ADDR_LEN];72 u_int8_t ether_shost[ETHER_ADDR_LEN];73 u_int16_t ether_type;
118 BWL_PRE_PACKED_STRUCT struct ether_header { struct119 uint8 ether_dhost[ETHER_ADDR_LEN];120 uint8 ether_shost[ETHER_ADDR_LEN];121 uint16 ether_type;