Searched defs:removeInterface (Results 1 – 7 of 7) sorted by relevance
46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function
79 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
211 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
35 void removeInterface(ILowpanInterface lowpan_interface); in removeInterface() method
181 void removeInterface(String interfaceName) { in removeInterface() method
274 private void removeInterface(String iface) { in removeInterface() method in EthernetTracker