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 | 46     [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; }  in removeInterface()  function | 
| D | VirtualNetwork.cpp | 82 int VirtualNetwork::removeInterface(const std::string& interface) {  in removeInterface()  function in android::net::VirtualNetwork | 
| D | PhysicalNetwork.cpp | 220 int PhysicalNetwork::removeInterface(const std::string& interface) {  in removeInterface()  function in android::net::PhysicalNetwork |