/external/qemu/ |
net.h | 70 ssize_t qemu_send_packet_async(VLANClientState *vc, const uint8_t *buf,
|
net-android.c | 513 ssize_t qemu_send_packet_async(VLANClientState *sender, function 546 qemu_send_packet_async(vc, buf, size, NULL); 1232 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...] |