Home | History | Annotate | Download | only in qemu

Lines Matching full:void

12 typedef void (NetCleanup) (VLANClientState *);
13 typedef void (LinkStatusChanged)(VLANClientState *);
24 void *opaque;
34 typedef void (NetPacketSent) (VLANClientState *);
61 void *opaque);
62 void qemu_del_vlan_client(VLANClientState *vc);
63 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
72 void qemu_flush_queued_packets(VLANClientState *vc);
73 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6]);
74 void qemu_check_nic_model(NICInfo *nd, const char *model);
75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
77 void qemu_handler_true(void *opaque);
79 void do_info_network(Monitor *mon);
91 void *private;
102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len);
103 void (*sco_send)(struct HCIInfo *hci, const uint8_t *data, int len);
104 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len);
105 void *opaque;
106 void (*evt_recv)(void *opaque, const uint8_t *data, int len);
107 void (*acl_recv)(void *opaque, const uint8_t *data, int len);
110 struct HCIInfo *qemu_next_hci(void);
117 void net_checksum_calculate(uint8_t *data, int length);
121 void net_client_uninit(NICInfo *nd);
123 void net_slirp_smb(const char *exported_dir);
124 void net_slirp_redir(Monitor *mon, const char *redir_str, const char *redir_opt2);
125 void net_cleanup(void);
126 int slirp_is_inited(void);
127 void net_client_check(void);
128 void net_host_device_add(Monitor *mon, const char *device, const char *opts);
129 void net_host_device_remove(Monitor *mon, int vlan_id, const char *device);
139 void qdev_get_macaddr(DeviceState *dev, uint8_t *macaddr);
145 void *opaque);