Searched defs:nexthop (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 509 const char* nexthop, bool legacy, uid_t uid) { in addRoute() 514 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() 625 const char* nexthop, bool add, bool legacy, uid_t uid) { in modifyRoute()
|
D | RouteController.cpp | 319 const char* destination, const char* nexthop) { in modifyIpRoute() 822 const char* nexthop, RouteController::TableType tableType) { in modifyRoute() 1028 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() 1034 const char* nexthop, TableType tableType) { in removeRoute()
|
D | CommandListener.cpp | 1399 const char* nexthop = argc > nextArg ? argv[nextArg] : NULL; in runCommand() local
|