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

/system/netd/server/
H A DRouteController.h78 static int removeRoute(const char* interface, const char* destination, const char* nexthop,
H A DNetworkController.h87 int removeRoute(unsigned netId, const char* interface, const char* destination,
H A DNetworkController.cpp505 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, function in class:NetworkController
639 RouteController::removeRoute(interface, destination, nexthop, tableType);
H A DRouteController.cpp1101 int RouteController::removeRoute(const char* interface, const char* destination, function in class:RouteController
H A DCommandListener.cpp1583 ret = gCtls->netCtrl.removeRoute(netId, interface, destination, nexthop, legacy, uid);
1586 return operationError(client, add ? "addRoute() failed" : "removeRoute() failed", ret);

Completed in 341 milliseconds