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

  /external/qemu/
net.h 69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
net-android.c 544 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) function
761 qemu_send_packet( slirp_vc, (const uint8_t*)data, (int)size );
805 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...]
tap-win32.c 669 qemu_send_packet(s->vc, buf, size);
  /external/qemu/hw/
smc91c111.c 287 qemu_send_packet(s->vc, p, len);
ne2000.c 351 qemu_send_packet(s->vc, s->mem + index, s->tcnt);

Completed in 342 milliseconds