HomeSort by relevance Sort by last modified time
    Searched refs:qemu_send_packet_async (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 38 milliseconds