Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h73 static int removeRoute(const char* interface, const char* destination, const char* nexthop,
DNetworkController.h86 int removeRoute(unsigned netId, const char* interface, const char* destination,
DNetworkController.cpp470 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, in removeRoute() function in NetworkController
580 RouteController::removeRoute(interface, destination, nexthop, tableType); in modifyRoute()
DRouteController.cpp1060 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute() function in RouteController
DCommandListener.cpp1606 ret = sNetCtrl->removeRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()