Searched refs:qemu_sendv_packet_async (Results 1 – 3 of 3) sorted by relevance
/external/qemu/include/net/ |
D | net.h | 67 ssize_t qemu_sendv_packet_async(VLANClientState *vc, const struct iovec *iov,
|
/external/qemu/net/ |
D | net.c | 606 ssize_t qemu_sendv_packet_async(VLANClientState *sender, in qemu_sendv_packet_async() function 634 return qemu_sendv_packet_async(vc, iov, iovcnt, NULL); in qemu_sendv_packet()
|
D | net-android.c | 614 ssize_t qemu_sendv_packet_async(VLANClientState *sender, in qemu_sendv_packet_async() function 642 return qemu_sendv_packet_async(vc, iov, iovcnt, NULL); in qemu_sendv_packet()
|