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

  /external/qemu/net/
net-android.c 473 static void qemu_enqueue_packet(VLANClientState *sender, function
504 qemu_enqueue_packet(sender, buf, size, NULL);
510 qemu_enqueue_packet(sender, buf, size, sent_cb);
    [all...]
net.c 465 static void qemu_enqueue_packet(VLANClientState *sender, function
496 qemu_enqueue_packet(sender, buf, size, NULL);
502 qemu_enqueue_packet(sender, buf, size, sent_cb);
    [all...]

Completed in 38 milliseconds