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

  /external/qemu/net/
net-android.c 519 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) function
736 qemu_send_packet( slirp_vc, (const uint8_t*)data, (int)size );
780 qemu_send_packet(slirp_vc, pkt, pkt_len);
    [all...]
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...]

Completed in 66 milliseconds