Searched refs:l2_ethhdr (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Deth_p_oui.c55 const struct l2_ethhdr *ethhdr;
62 ethhdr = (struct l2_ethhdr *) buf;
168 struct l2_ethhdr *ethhdr;
176 ethhdr = (struct l2_ethhdr *) packet;
H A Dpreauth_auth.c48 struct l2_ethhdr *ethhdr;
58 ethhdr = (struct l2_ethhdr *) buf;
235 struct l2_ethhdr *ethhdr;
H A Dwpa_auth_glue.c588 struct l2_ethhdr *buf;
1170 struct l2_ethhdr *ethhdr;
1173 ethhdr = (struct l2_ethhdr *) buf;
/netbsd-current/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet.h32 struct l2_ethhdr { struct
H A Dl2_packet_pcap.c82 struct l2_ethhdr *eth;
124 struct l2_ethhdr *ethhdr;
133 ethhdr = (struct l2_ethhdr *) packet;
151 struct l2_ethhdr *ethhdr;
158 ethhdr = (struct l2_ethhdr *) pkt_data;
H A Dl2_packet_freebsd.c60 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len);
81 struct l2_ethhdr *ethhdr;
90 ethhdr = (struct l2_ethhdr *) packet;
H A Dl2_packet_winpcap.c76 struct l2_ethhdr *eth;
106 struct l2_ethhdr *ethhdr;
111 ethhdr = (struct l2_ethhdr *) pkt_data;
H A Dl2_packet_ndis.c96 struct l2_ethhdr *eth;
283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf;
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_atheros.c1664 struct l2_ethhdr *eth;
1674 len = data_len + sizeof(struct l2_ethhdr);
1684 eth = (struct l2_ethhdr *) bp;
1703 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr),
1704 len - sizeof(struct l2_ethhdr));
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_supplicant.c4354 const struct l2_ethhdr *eth;
4358 eth = (const struct l2_ethhdr *) buf;

Completed in 275 milliseconds