Searched refs:removeInterface (Results 1 – 3 of 3) sorted by relevance
31 Result removeInterface(const std::string& interfaceName);
55 Result Bridge::removeInterface(const std::string& interfaceName) { in removeInterface() function in Bridge
193 return mBridge.removeInterface(interface->second.ifName.c_str()); in onBlock()