Searched refs:TUNTAP_DEV (Results 1 – 1 of 1) sorted by relevance
91 constexpr auto TUNTAP_DEV = "/dev/net/tun"; in OpenTapInterface() local93 auto tap_fd = SharedFD::Open(TUNTAP_DEV, O_RDWR | O_NONBLOCK); in OpenTapInterface()