Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dif_ether.h27 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/
Dif_ether.h119 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/
Dgdbudp.c60 struct ethhdr *ethhdr; in gdbudp_recv() local
158 struct ethhdr *ethhdr; in gdbudp_send() local
/external/syslinux/gpxe/src/net/
Dethernet.c56 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/
Dundiif.c243 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
Detharp.c412 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/
Dif_ether.h154 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/
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/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.c841 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c301 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/
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/syslinux/gpxe/src/drivers/net/
Dlegacy.c28 struct ethhdr *ethhdr; in legacy_transmit() local