/external/syslinux/gpxe/src/include/gpxe/ |
D | if_ether.h | 27 struct ethhdr { struct 29 uint8_t h_dest[ETH_ALEN]; 31 uint8_t h_source[ETH_ALEN]; 33 uint16_t h_protocol;
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 119 struct ethhdr { struct 120 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 */
|
/external/syslinux/gpxe/src/core/ |
D | gdbudp.c | 60 struct ethhdr *ethhdr; in gdbudp_recv() local 158 struct ethhdr *ethhdr; in gdbudp_send() local
|
/external/syslinux/gpxe/src/net/ |
D | ethernet.c | 56 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push() local 79 struct ethhdr *ethhdr = iobuf->data; in eth_pull() local
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 243 struct eth_hdr *ethhdr, char dir, char status, in snprintf_eth_hdr() 259 struct eth_hdr *ethhdr, char dir, in snprintf_arp_hdr() 290 struct eth_hdr *ethhdr, char dir, in snprintf_ip_hdr() 314 struct eth_hdr *ethhdr, char dir, in snprintf_icmp_hdr() 339 struct eth_hdr *ethhdr, char dir, in snprintf_tcp_hdr() 365 struct eth_hdr *ethhdr, char dir, in snprintf_udp_hdr() 481 struct eth_hdr *ethhdr = pbuf->payload; in undi_transmit() local 1465 struct eth_hdr *ethhdr = p->payload; in undiif_input() local
|
D | etharp.c | 412 struct eth_hdr *ethhdr = (struct eth_hdr *)p->payload; in etharp_send_ip() local 621 struct eth_hdr *ethhdr; local 671 struct eth_hdr *ethhdr; local 1124 struct eth_hdr *ethhdr; local 1218 struct eth_hdr* ethhdr; local
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 154 struct ethhdr { struct 155 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ 156 unsigned char h_source[ETH_ALEN]; /* source ether addr */ 157 __be16 h_proto; /* packet type ID field */
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 152 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/wpa_supplicant_8/src/ap/ |
D | preauth_auth.c | 48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive() local 235 struct l2_ethhdr *ethhdr; in rsn_preauth_send() local
|
D | eth_p_oui.c | 55 const struct l2_ethhdr *ethhdr; in eth_p_rx() local 168 struct l2_ethhdr *ethhdr; in eth_p_oui_send() local
|
D | wpa_auth_glue.c | 841 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp_oe.c | 301 struct eth_hdr *ethhdr; in pppoe_dispatch_disc_pkt() local 639 struct eth_hdr *ethhdr; in pppoe_output() local 950 struct eth_hdr *ethhdr; in pppoe_send_padt() local
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_pcap.c | 124 struct l2_ethhdr *ethhdr; in l2_packet_receive() local 151 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
|
D | l2_packet_freebsd.c | 81 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
|
D | l2_packet_winpcap.c | 106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
|
D | l2_packet_ndis.c | 283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback() local
|
/external/syslinux/gpxe/src/drivers/net/ |
D | legacy.c | 28 struct ethhdr *ethhdr; in legacy_transmit() local
|