diff options
Diffstat (limited to 'net/tap.h')
-rw-r--r-- | net/tap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ int net_init_tap(QemuOpts *opts, Monitor *mon, const char *name, VLANState *vlan); +int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required); + int tap_has_ufo(VLANClientState *vc); int tap_has_vnet_hdr(VLANClientState *vc); void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr); |