Searched defs:tap_fd (Results 1 – 2 of 2) sorted by relevance
103 auto tap_fd = OpenTapInterface(tap_name); in AddTap() local114 auto tap_fd = OpenTapInterface(tap_name); in AddTap() local
136 auto tap_fd = SharedFD::Open(TUNTAP_DEV, O_RDWR | O_NONBLOCK); in OpenTapInterface() local342 bool ReleaseDhcpLeases(const std::string& lease_path, SharedFD tap_fd, in ReleaseDhcpLeases()