OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_enqueue_packet_iov
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
611
static ssize_t
qemu_enqueue_packet_iov
(VLANClientState *sender,
function
650
return
qemu_enqueue_packet_iov
(sender, iov, iovcnt, NULL);
655
qemu_enqueue_packet_iov
(sender, iov, iovcnt, sent_cb);
[
all
...]
net.c
578
static ssize_t
qemu_enqueue_packet_iov
(VLANClientState *sender,
function
617
return
qemu_enqueue_packet_iov
(sender, iov, iovcnt, NULL);
622
qemu_enqueue_packet_iov
(sender, iov, iovcnt, sent_cb);
[
all
...]
Completed in 21 milliseconds