Home
last modified time | relevance | path

Searched refs:qemu_enqueue_packet_iov (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dnet.c578 static ssize_t qemu_enqueue_packet_iov(VLANClientState *sender, in qemu_enqueue_packet_iov() function
617 return qemu_enqueue_packet_iov(sender, iov, iovcnt, NULL); in qemu_sendv_packet_async()
622 qemu_enqueue_packet_iov(sender, iov, iovcnt, sent_cb); in qemu_sendv_packet_async()
Dnet-android.c611 static ssize_t qemu_enqueue_packet_iov(VLANClientState *sender, in qemu_enqueue_packet_iov() function
650 return qemu_enqueue_packet_iov(sender, iov, iovcnt, NULL); in qemu_sendv_packet_async()
655 qemu_enqueue_packet_iov(sender, iov, iovcnt, sent_cb); in qemu_sendv_packet_async()