Revision a8ed73f7 net.h

b/net.h
174 174

  
175 175
void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd);
176 176

  
177
int tap_has_ufo(VLANClientState *vc);
178
int tap_has_vnet_hdr(VLANClientState *vc);
179
void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr);
180
void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo);
181

  
182 177
#endif

Also available in: Unified diff