HomeSort by relevance Sort by last modified time
    Searched refs:VLANClientState (Results 1 - 9 of 9) 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...]
net-android.c 337 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6])
346 static char *assign_name(VLANClientState *vc1, const char *model)
353 VLANClientState *vc;
365 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
374 VLANClientState *vc, **pvc;
375 vc = qemu_mallocz(sizeof(VLANClientState));
396 void qemu_del_vlan_client(VLANClientState *vc)
398 VLANClientState **pvc = &vc->vlan->first_client;
414 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque)
416 VLANClientState **pvc = &vlan->first_client
    [all...]
net.c 304 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6])
313 static char *assign_name(VLANClientState *vc1, const char *model)
320 VLANClientState *vc;
332 VLANClientState *qemu_new_vlan_client(VLANState *vlan,
341 VLANClientState *vc, **pvc;
342 vc = qemu_mallocz(sizeof(VLANClientState));
363 void qemu_del_vlan_client(VLANClientState *vc)
365 VLANClientState **pvc = &vc->vlan->first_client;
381 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque)
383 VLANClientState **pvc = &vlan->first_client
    [all...]
qemu-common.h 269 typedef struct VLANClientState VLANClientState;
tap-win32.c 637 VLANClientState *vc;
641 static void tap_cleanup(VLANClientState *vc)
653 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size)
savevm.c 128 VLANClientState *vc;
    [all...]
  /external/qemu/hw/
smc91c111.c 23 VLANClientState *vc;
671 static int smc91c111_can_receive(VLANClientState *vc)
682 static ssize_t smc91c111_receive(VLANClientState *vc, const uint8_t *buf, size_t size)
772 static void smc91c111_cleanup(VLANClientState *vc)
ne2000.c 145 VLANClientState *vc;
216 static int ne2000_can_receive(VLANClientState *vc)
227 static ssize_t ne2000_receive(VLANClientState *vc, const uint8_t *buf, size_t size_)
725 static void isa_ne2000_cleanup(VLANClientState *vc)
799 static void ne2000_cleanup(VLANClientState *vc)
qdev.c 370 VLANClientState *qdev_get_vlan_client(DeviceState *dev,

Completed in 218 milliseconds