Searched refs:eth_send (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_eth_drv.h | 72 typedef void (*eth_send)(struct los_eth_driver *sc, struct eth_drv_sg *sg_list, typedef 89 eth_send send;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_pcap.c | 91 ret = eth_send(l2->eth, buf, len); in l2_packet_send() 107 ret = eth_send(l2->eth, (u8 *) eth, mlen); in l2_packet_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_pcap.c | 91 ret = eth_send(l2->eth, buf, len); in l2_packet_send() 107 ret = eth_send(l2->eth, (u8 *) eth, mlen); in l2_packet_send()
|