Home
last modified time | relevance | path

Searched refs:removeRoute (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DRouteController.h84 static int removeRoute(const char* interface, const char* destination, const char* nexthop,
DNetworkController.h124 int removeRoute(unsigned netId, const char* interface, const char* destination,
DPhysicalNetwork.cpp96 (void) RouteController::removeRoute(interface.c_str(), dst, "throw", in invalidateRouteCache()
DNetworkController.cpp543 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, in removeRoute() function in android::net::NetworkController
688 RouteController::removeRoute(interface, destination, nexthop, tableType); in modifyRoute()
DRouteController.cpp1072 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute() function in android::net::RouteController
DCommandListener.cpp1377 ret = gCtls->netCtrl.removeRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()