Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Dif_ether.h100 struct ethhdr { struct
101 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 */
/external/iproute2/include/linux/
Dif_ether.h127 struct ethhdr { struct
128 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 */
/external/kernel-headers/original/uapi/linux/
Dif_ether.h134 struct ethhdr { struct
135 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 */
/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
Dwpa_auth_glue.c509 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_pcap.c123 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
150 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/qemu/slirp/
Dslirp.c573 struct ethhdr struct
575 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
599 struct ethhdr *eh = (struct ethhdr *)pkt; in arp_input() argument
/external/qemu/slirp-android/
Dslirp.c662 struct ethhdr struct
664 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
688 struct ethhdr *eh = (struct ethhdr *)pkt; in arp_input() argument
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h81 #define ethhdr ether_header macro
95 #define ethhdr ether_header macro