Home
last modified time | relevance | path

Searched defs:removeInterface (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DLocalNetwork.cpp46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
DNetwork.h45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function
DVirtualNetwork.cpp79 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp211 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork