Searched defs:nexthop (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 466 const char* nexthop, bool legacy, uid_t uid) { in addRoute() 471 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() 551 const char* nexthop, bool add, bool legacy, uid_t uid) { in modifyRoute()
|
D | RouteController.cpp | 347 const char* destination, const char* nexthop) { in modifyIpRoute() 847 const char* nexthop, RouteController::TableType tableType) { in modifyRoute() 1055 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() 1061 const char* nexthop, TableType tableType) { in removeRoute()
|
D | CommandListener.cpp | 1600 const char* nexthop = argc > nextArg ? argv[nextArg] : NULL; in runCommand() local
|
/system/extras/tests/net_test/ |
D | iproute.py | 599 def _Route(self, version, command, table, dest, prefixlen, nexthop, dev, argument 624 def AddRoute(self, version, table, dest, prefixlen, nexthop, dev): argument 628 def DelRoute(self, version, table, dest, prefixlen, nexthop, dev): argument
|