HomeSort by relevance Sort by last modified time
    Searched defs:VLANClientState (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net.h 9 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 {
25 struct VLANClientState *next;
34 typedef void (NetPacketSent) (VLANClientState *);
38 VLANClientState *sender;
46 VLANClientState *first_client
    [all...]
qemu-common.h 269 typedef struct VLANClientState VLANClientState;

Completed in 1389 milliseconds