Searched defs:qemu_enqueue_packet (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c498 static void qemu_enqueue_packet(VLANClientState *sender, function
529 qemu_enqueue_packet(sender, buf, size, NULL);
535 qemu_enqueue_packet(sender, buf, size, sent_cb);
H A Dnet.c465 static void qemu_enqueue_packet(VLANClientState *sender, function
496 qemu_enqueue_packet(sender, buf, size, NULL);
502 qemu_enqueue_packet(sender, buf, size, sent_cb);

Completed in 68 milliseconds