Searched refs:qemu_send_packet (Results 1 – 6 of 6) sorted by relevance
/external/qemu/ |
D | net.h | 69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
|
D | net-android.c | 544 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) in qemu_send_packet() function 761 qemu_send_packet( slirp_vc, (const uint8_t*)data, (int)size ); in slirp_shaper_out_cb() 805 qemu_send_packet(slirp_vc, pkt, pkt_len); in slirp_output() 1552 qemu_send_packet(s->vc, buf, size); in vde_to_qemu() 1697 qemu_send_packet(s->vc, s->buf, s->packet_len); in net_socket_send() 1719 qemu_send_packet(s->vc, s->buf, size); in net_socket_send_dgram()
|
D | net.c | 511 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) in qemu_send_packet() function 686 qemu_send_packet(slirp_vc, pkt, pkt_len); in slirp_output() 1424 qemu_send_packet(s->vc, buf, size); in vde_to_qemu() 1570 qemu_send_packet(s->vc, s->buf, s->packet_len); in net_socket_send() 1592 qemu_send_packet(s->vc, s->buf, size); in net_socket_send_dgram()
|
D | tap-win32.c | 663 qemu_send_packet(s->vc, buf, size); in tap_win32_send()
|
/external/qemu/hw/ |
D | smc91c111.c | 287 qemu_send_packet(s->vc, p, len); in smc91c111_do_tx()
|
D | ne2000.c | 351 qemu_send_packet(s->vc, s->mem + index, s->tcnt); in ne2000_ioport_write()
|