Searched refs:qemu_enqueue_packet (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | net-android.c | 498 static void qemu_enqueue_packet(VLANClientState *sender, in qemu_enqueue_packet() function 529 qemu_enqueue_packet(sender, buf, size, NULL); in qemu_send_packet_async() 535 qemu_enqueue_packet(sender, buf, size, sent_cb); in qemu_send_packet_async()
|
D | net.c | 465 static void qemu_enqueue_packet(VLANClientState *sender, in qemu_enqueue_packet() function 496 qemu_enqueue_packet(sender, buf, size, NULL); in qemu_send_packet_async() 502 qemu_enqueue_packet(sender, buf, size, sent_cb); in qemu_send_packet_async()
|