Searched defs:nexthop (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | NetdHwService.cpp | 95 const char* maybeNullString(const hidl_string& nexthop) { in maybeNullString() 106 const hidl_string& nexthop) { in addRouteToOemNetwork() 117 const hidl_string& nexthop) { in removeRouteFromOemNetwork()
|
D | NetworkController.cpp | 613 const char* nexthop, bool legacy, uid_t uid, int mtu) { in addRoute() 618 const char* nexthop, bool legacy, uid_t uid, int mtu) { in updateRoute() 623 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() 801 const char* nexthop, enum RouteOperation op, bool legacy, in modifyRoute()
|
D | RouteController.cpp | 364 const char* destination, const char* nexthop, uint32_t mtu) { in modifyIpRoute() 887 const char* destination, const char* nexthop, TableType tableType, in modifyRoute() 1137 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() 1144 const char* nexthop, TableType tableType) { in removeRoute() 1150 const char* nexthop, TableType tableType, int mtu) { in updateRoute()
|
D | NdcDispatcher.cpp | 995 const char* nexthop = argc > nextArg ? argv[nextArg] : ""; in runCommand() local
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 152 const char* destination, const char* nexthop) { in expectAddRoute() 163 const char* destination, const char* nexthop) { in expectRemoveRoute()
|