Home
last modified time | relevance | path

Searched refs:qemu_send_packet_async (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dnet.h70 ssize_t qemu_send_packet_async(VLANClientState *vc, const uint8_t *buf,
Dnet.c480 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()
Dnet-android.c513 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()