Home
last modified time | relevance | path

Searched defs:ethhdr (Results 1 – 12 of 12) sorted by relevance

/external/libnl/include/linux-private/linux/
Dif_ether.h161 struct ethhdr { struct
162 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 */
/external/iproute2/include/uapi/linux/
Dif_ether.h152 struct ethhdr { struct
153 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 */
/external/kernel-headers/original/uapi/linux/
Dif_ether.h165 struct ethhdr { struct
166 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
167 unsigned char h_source[ETH_ALEN]; /* source ether addr */
168 __be16 h_proto; /* packet type ID field */
/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive() local
235 struct l2_ethhdr *ethhdr; in rsn_preauth_send() local
Deth_p_oui.c55 const struct l2_ethhdr *ethhdr; in eth_p_rx() local
168 struct l2_ethhdr *ethhdr; in eth_p_oui_send() local
Dwpa_auth_glue.c1356 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_pcap.c124 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
151 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
Dl2_packet_freebsd.c81 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
Dl2_packet_winpcap.c106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
Dl2_packet_ndis.c283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback() local
/external/crosvm/net_sys/src/
Dif_tun.rs333 pub struct ethhdr { struct
341 ::std::mem::size_of::<ethhdr>(), in bindgen_test_layout_ethhdr() argument
381 impl Clone for ethhdr { implementation
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs328 pub struct ethhdr { struct
336 ::std::mem::size_of::<ethhdr>(), in bindgen_test_layout_ethhdr() argument
376 impl Clone for ethhdr { implementation