Searched defs:ether_header (Results 1 – 7 of 7) 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;
133 struct ether_header { struct134 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN];135 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN];136 uint16_t ether_type;
37 struct ether_header { struct38 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN];39 uint8_t ether_shost[NETIF_MAX_HWADDR_LEN];40 uint16_t ether_type;