Searched refs:qemu_send_packet_async (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | net.h | 70 ssize_t qemu_send_packet_async(VLANClientState *vc, const uint8_t *buf,
|
D | net.c | 480 ssize_t qemu_send_packet_async(VLANClientState *sender, in qemu_send_packet_async() function 513 qemu_send_packet_async(vc, buf, size, NULL); in qemu_send_packet() 1104 size = qemu_send_packet_async(s->vc, s->buf, size, tap_send_completed); in tap_send()
|
D | net-android.c | 513 ssize_t qemu_send_packet_async(VLANClientState *sender, in qemu_send_packet_async() function 546 qemu_send_packet_async(vc, buf, size, NULL); in qemu_send_packet() 1232 size = qemu_send_packet_async(s->vc, s->buf, size, tap_send_completed); in tap_send()
|