Home
last modified time | relevance | path

Searched refs:VLANPacket (Results 1 – 3 of 3) sorted by relevance

/external/qemu/include/net/
Dnet.h32 typedef struct VLANPacket VLANPacket; typedef
36 struct VLANPacket { struct
37 struct VLANPacket *next; argument
49 VLANPacket *send_queue; argument
/external/qemu/net/
Dnet.c444 VLANPacket *packet; in qemu_flush_queued_packets()
469 VLANPacket *packet; in qemu_enqueue_packet()
471 packet = g_malloc(sizeof(VLANPacket) + size); in qemu_enqueue_packet()
582 VLANPacket *packet; in qemu_enqueue_packet_iov()
588 packet = g_malloc(sizeof(VLANPacket) + max_len); in qemu_enqueue_packet_iov()
Dnet-android.c452 VLANPacket *packet; in qemu_flush_queued_packets()
477 VLANPacket *packet; in qemu_enqueue_packet()
479 packet = g_malloc(sizeof(VLANPacket) + size); in qemu_enqueue_packet()
590 VLANPacket *packet; in qemu_enqueue_packet_iov()
596 packet = g_malloc(sizeof(VLANPacket) + max_len); in qemu_enqueue_packet_iov()