Home
last modified time | relevance | path

Searched refs:l2_ethhdr (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant/
Dl2_packet_pcap.c87 struct l2_ethhdr *eth; in l2_packet_send()
129 struct l2_ethhdr *ethhdr; in l2_packet_receive()
138 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive()
156 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb()
163 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()
Dl2_packet_freebsd.c59 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len); in l2_packet_send()
80 struct l2_ethhdr *ethhdr; in l2_packet_receive()
89 ethhdr = (struct l2_ethhdr *) packet; in l2_packet_receive()
Dl2_packet_winpcap.c82 struct l2_ethhdr *eth; in l2_packet_send()
112 struct l2_ethhdr *ethhdr; in l2_packet_receive_cb()
117 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()
Dl2_packet_ndis.c102 struct l2_ethhdr *eth; in l2_packet_send()
283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; in l2_packet_callback()
Dl2_packet.h49 struct l2_ethhdr { struct
Ddriver_test.c645 struct l2_ethhdr eth; in wpa_driver_test_send_eapol()