OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VLANPacket
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
net.h
32
typedef struct
VLANPacket
VLANPacket
;
36
struct
VLANPacket
{
37
struct
VLANPacket
*next;
49
VLANPacket
*send_queue;
net-android.c
477
VLANPacket
*packet;
502
VLANPacket
*packet;
504
packet = qemu_malloc(sizeof(
VLANPacket
) + size);
615
VLANPacket
*packet;
621
packet = qemu_malloc(sizeof(
VLANPacket
) + max_len);
[
all
...]
net.c
444
VLANPacket
*packet;
469
VLANPacket
*packet;
471
packet = qemu_malloc(sizeof(
VLANPacket
) + size);
582
VLANPacket
*packet;
588
packet = qemu_malloc(sizeof(
VLANPacket
) + max_len);
[
all
...]
Completed in 4300 milliseconds