Searched refs:ethhdr (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | preauth_auth.c | 48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive() local 52 if (len < sizeof(*ethhdr) + sizeof(*hdr)) { in rsn_preauth_receive() 58 ethhdr = (struct l2_ethhdr *) buf; in rsn_preauth_receive() 59 hdr = (struct ieee802_1x_hdr *) (ethhdr + 1); in rsn_preauth_receive() 61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) { in rsn_preauth_receive() 63 MACSTR, MAC2STR(ethhdr->h_dest)); in rsn_preauth_receive() 67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive() 74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive() 92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive() 93 len - sizeof(*ethhdr)); in rsn_preauth_receive() [all …]
|
D | wpa_auth_glue.c | 553 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local 554 if (len < sizeof(*ethhdr)) in hostapd_rrb_receive() 556 ethhdr = (struct l2_ethhdr *) buf; in hostapd_rrb_receive() 558 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive() 559 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive() 560 len - sizeof(*ethhdr)); in hostapd_rrb_receive()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_pcap.c | 124 struct l2_ethhdr *ethhdr; in l2_packet_receive() local 130 if (packet == NULL || hdr.caplen < sizeof(*ethhdr)) in l2_packet_receive() 133 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive() 135 buf = (unsigned char *) ethhdr; in l2_packet_receive() 138 buf = (unsigned char *) (ethhdr + 1); in l2_packet_receive() 139 len = hdr.caplen - sizeof(*ethhdr); in l2_packet_receive() 141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive() 151 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local 155 if (pkt_data == NULL || hdr->caplen < sizeof(*ethhdr)) in l2_packet_receive_cb() 158 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb() [all …]
|
D | l2_packet_freebsd.c | 81 struct l2_ethhdr *ethhdr; in l2_packet_receive() local 87 if (packet == NULL || hdr.caplen < sizeof(*ethhdr)) in l2_packet_receive() 90 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive() 92 buf = (unsigned char *) ethhdr; in l2_packet_receive() 95 buf = (unsigned char *) (ethhdr + 1); in l2_packet_receive() 96 len = hdr.caplen - sizeof(*ethhdr); in l2_packet_receive() 98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
|
D | l2_packet_winpcap.c | 106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local 108 if (pkt_data == NULL || hdr->caplen < sizeof(*ethhdr)) in l2_packet_receive_cb() 111 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb() 113 l2->rx_buf = (u8 *) ethhdr; in l2_packet_receive_cb() 116 l2->rx_buf = (u8 *) (ethhdr + 1); in l2_packet_receive_cb() 117 l2->rx_len = hdr->caplen - sizeof(*ethhdr); in l2_packet_receive_cb() 119 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
|
D | l2_packet_ndis.c | 283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback() local 288 if (l2->l2_hdr || l2->rx_written < sizeof(*ethhdr)) { in l2_packet_callback() 289 rx_buf = (u8 *) ethhdr; in l2_packet_callback() 292 rx_buf = (u8 *) (ethhdr + 1); in l2_packet_callback() 293 rx_len = l2->rx_written - sizeof(*ethhdr); in l2_packet_callback() 295 rx_src = ethhdr->h_source; in l2_packet_callback()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 180 struct ethhdr ethHdr; /* Ethernet header */ 194 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
|
/external/libnl/include/linux/ |
D | if_ether.h | 100 struct ethhdr { struct
|
/external/kernel-headers/original/uapi/linux/ |
D | if_arcnet.h | 84 struct ethhdr eth; /* standard ethernet header (yuck!) */
|
D | if_ether.h | 137 struct ethhdr { struct
|
D | ethtool.h | 746 struct ethhdr ether_spec; 933 struct ethhdr ether_spec;
|
/external/iproute2/include/linux/ |
D | if_ether.h | 127 struct ethhdr { struct
|