OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_enqueue_packet
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
498
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);
[
all
...]
net.c
465
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);
[
all
...]
Completed in 25 milliseconds