Home
last modified time | relevance | path

Searched refs:removeInterfaceFromPhysicalNetwork (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DRouteController.h63 [[nodiscard]] static int removeInterfaceFromPhysicalNetwork(unsigned netId,
DPhysicalNetwork.cpp196 if (int ret = RouteController::removeInterfaceFromPhysicalNetwork(mNetId, interface.c_str(), in removeInterface()
DRouteController.cpp1059 int RouteController::removeInterfaceFromPhysicalNetwork(unsigned netId, const char* interface, in removeInterfaceFromPhysicalNetwork() function in android::net::RouteController