diff options
Diffstat (limited to 'net/tap.h')
| -rw-r--r-- | net/tap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tap.h b/net/tap.h index 5d32de59b4..5648ddd6b3 100644 --- a/net/tap.h +++ b/net/tap.h @@ -36,6 +36,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); +ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen); + int tap_has_ufo(VLANClientState *vc); int tap_has_vnet_hdr(VLANClientState *vc); void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr); |