Searched defs:removeInterface (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ | ||
D | LocalNetwork.cpp | 46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork |
D | Network.h | 45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function |
D | VirtualNetwork.cpp | 79 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork |
D | PhysicalNetwork.cpp | 211 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork |