HomeSort by relevance Sort by last modified time
    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 44 milliseconds