OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qemu_send_packet
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net.c
511
void
qemu_send_packet
(VLANClientState *vc, const uint8_t *buf, int size)
function
686
qemu_send_packet
(slirp_vc, pkt, pkt_len);
[
all
...]
net-android.c
544
void
qemu_send_packet
(VLANClientState *vc, const uint8_t *buf, int size)
function
761
qemu_send_packet
( slirp_vc, (const uint8_t*)data, (int)size );
805
qemu_send_packet
(slirp_vc, pkt, pkt_len);
[
all
...]
Completed in 166 milliseconds