Searched refs:removeRoute (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | RouteController.h | 73 static int removeRoute(const char* interface, const char* destination, const char* nexthop,
|
D | NetworkController.h | 86 int removeRoute(unsigned netId, const char* interface, const char* destination,
|
D | NetworkController.cpp | 470 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()
|
D | RouteController.cpp | 1060 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute() function in RouteController
|
D | CommandListener.cpp | 1606 ret = sNetCtrl->removeRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()
|