Searched defs:ethhdr (Results 1 – 11 of 11) sorted by relevance
119 struct ethhdr { struct120 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */121 unsigned char h_source[ETH_ALEN]; /* source ether addr */122 __be16 h_proto; /* packet type ID field */
161 struct ethhdr { struct162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */163 unsigned char h_source[ETH_ALEN]; /* source ether addr */164 __be16 h_proto; /* packet type ID field */
152 struct ethhdr { struct153 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */154 unsigned char h_source[ETH_ALEN]; /* source ether addr */155 __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
55 const struct l2_ethhdr *ethhdr; in eth_p_rx() local168 struct l2_ethhdr *ethhdr; in eth_p_oui_send() local
1166 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
124 struct l2_ethhdr *ethhdr; in l2_packet_receive() local151 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
440 struct ethhdr* ethhdr = (struct ethhdr*)&data[0]; in syz_extract_tcp_res() local