OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qemu_send_packet_async
(Results
1 - 2
of
2
) sorted by null
/external/qemu/net/
net-android.c
488
ssize_t
qemu_send_packet_async
(VLANClientState *sender,
function
521
qemu_send_packet_async
(vc, buf, size, NULL);
1207
size =
qemu_send_packet_async
(s->vc, s->buf, size, tap_send_completed);
[
all
...]
net.c
480
ssize_t
qemu_send_packet_async
(VLANClientState *sender,
function
513
qemu_send_packet_async
(vc, buf, size, NULL);
1104
size =
qemu_send_packet_async
(s->vc, s->buf, size, tap_send_completed);
[
all
...]
Completed in 650 milliseconds