Searched refs:OpenTapInterface (Results 1 – 3 of 3) sorted by relevance
32 SharedFD OpenTapInterface(const std::string& interface_name);
108 SharedFD OpenTapInterface(const std::string& interface_name) { in OpenTapInterface() function
123 auto tap_fd = OpenTapInterface(tap_name); in AddTap()