Searched defs:ethhdr (Results 1 – 12 of 12) sorted by relevance
100 struct ethhdr { struct101 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */102 unsigned char h_source[ETH_ALEN]; /* source ether addr */103 unsigned short h_proto; /* packet type ID field */
127 struct ethhdr { struct128 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */129 unsigned char h_source[ETH_ALEN]; /* source ether addr */130 __be16 h_proto; /* packet type ID field */
134 struct ethhdr { struct135 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */136 unsigned char h_source[ETH_ALEN]; /* source ether addr */137 __be16 h_proto; /* packet type ID field */
48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive() local235 struct l2_ethhdr *ethhdr; in rsn_preauth_send() local
509 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
123 struct l2_ethhdr *ethhdr; in l2_packet_receive() local150 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
81 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback() local
573 struct ethhdr struct575 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */599 struct ethhdr *eh = (struct ethhdr *)pkt; in arp_input() argument
662 struct ethhdr struct664 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */688 struct ethhdr *eh = (struct ethhdr *)pkt; in arp_input() argument
81 #define ethhdr ether_header macro95 #define ethhdr ether_header macro