Lines Matching refs:nextHop
1037 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel()
1051 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel()
1058 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel()
1063 const std::string& nextHop) { in networkAddRoute() argument
1069 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid, 0); in networkAddRoute()
1075 const std::string& nextHop) { in networkRemoveRoute() argument
1080 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute()
1086 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute() argument
1090 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute()
1097 const std::string& nextHop, in networkRemoveLegacyRoute() argument
1102 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkRemoveLegacyRoute()