Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h80 static int addRoute(const char* interface, const char* destination, const char* nexthop,
DNetworkController.h90 int addRoute(unsigned netId, const char* interface, const char* destination,
DNetworkController.cpp508 int NetworkController::addRoute(unsigned netId, const char* interface, const char* destination, in addRoute() function in android::net::NetworkController
653 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) : in modifyRoute()
DRouteController.cpp1028 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() function in android::net::RouteController
DCommandListener.cpp1403 ret = gCtls->netCtrl.addRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()