Searched defs:ether_header (Results 1 – 4 of 4) sorted by relevance
39 struct ether_header *ether_header = (void *)pkt; in entry() local
60 struct ether_header { struct61 u_char ether_dhost[ETHER_ADDR_LEN];62 u_char ether_shost[ETHER_ADDR_LEN];63 u_short ether_type;
531 struct ether_header *ether_header = mtod(m, struct ether_header *); in macfilter_ether_output() local572 struct ether_header *ether_header = mtod(m, struct ether_header *); in macfilter_ether_input() local