Home
last modified time | relevance | path

Searched refs:tap_fd_enable (Results 1 – 6 of 6) sorted by relevance

/qemu/net/
H A Dtap-stub.c79 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap_int.h46 int tap_fd_enable(int fd);
H A Dtap-bsd.c244 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap-solaris.c248 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap-linux.c292 int tap_fd_enable(int fd) in tap_fd_enable() function
H A Dtap.c1051 ret = tap_fd_enable(s->fd); in tap_enable()