Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h66 struct ethhdr { struct
67 uint8_t h_dest[ETH_ALEN];
68 uint8_t h_source[ETH_ALEN];
69 uint16_t h_proto;
/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c48 struct l2_ethhdr *ethhdr; in rsn_preauth_receive() local
235 struct l2_ethhdr *ethhdr; in rsn_preauth_send() local
H A 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
H A Dwpa_auth_glue.c1354 struct l2_ethhdr *ethhdr; in hostapd_rrb_receive() local
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_pcap.c124 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
151 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
H A Dl2_packet_freebsd.c83 struct l2_ethhdr *ethhdr; in l2_packet_receive() local
H A Dl2_packet_winpcap.c106 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb() local
H A Dl2_packet_ndis.c283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback() local
/freebsd/sys/dev/usb/net/
H A Dif_usievar.h194 struct ether_header ethhdr; member