Searched defs:VLANClientState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/net/
H A Dnet.h9 typedef int (NetCanReceive)(VLANClientState *);
10 typedef ssize_t (NetReceive)(VLANClientState *, const uint8_t *, size_t);
11 typedef ssize_t (NetReceiveIOV)(VLANClientState *, const struct iovec *, int);
12 typedef void (NetCleanup) (VLANClientState *);
13 typedef void (LinkStatusChanged)(VLANClientState *);
15 struct VLANClientState { struct
25 struct VLANClientState *next;
34 typedef void (NetPacketSent) (VLANClientState *);
38 VLANClientState *sender;
46 VLANClientState *first_clien
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h78 typedef struct VLANClientState VLANClientState; typedef in typeref:struct:VLANClientState

Completed in 148 milliseconds