Home
last modified time | relevance | path

Searched refs:qemu_send_packet (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dnet.h69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
Dnet-android.c544 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()
Dnet.c511 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()
Dtap-win32.c663 qemu_send_packet(s->vc, buf, size); in tap_win32_send()
/external/qemu/hw/
Dsmc91c111.c287 qemu_send_packet(s->vc, p, len); in smc91c111_do_tx()
Dne2000.c351 qemu_send_packet(s->vc, s->mem + index, s->tcnt); in ne2000_ioport_write()