Searched defs:ether_header (Results 1 – 8 of 8) sorted by relevance
16 struct ether_header { struct17 uint8_t ether_dhost[ETH_ALEN];18 uint8_t ether_shost[ETH_ALEN];19 uint16_t ether_type;
135 struct ether_header { struct136 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN];137 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN];138 uint16_t ether_type;
38 struct ether_header { struct39 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN];40 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN];41 uint16_t ether_type;