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;
119 struct ether_header { struct120 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN];121 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN];122 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;