Lines Matching refs:nextHop
999 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkAddRouteParcel()
1013 route.nextHop.empty() ? nullptr : route.nextHop.c_str(), in networkUpdateRouteParcel()
1020 return networkRemoveRoute(netId, route.ifName, route.destination, route.nextHop); in networkRemoveRouteParcel()
1025 const std::string& nextHop) { in networkAddRoute() argument
1031 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid, 0); in networkAddRoute()
1037 const std::string& nextHop) { in networkRemoveRoute() argument
1042 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, uid); in networkRemoveRoute()
1048 const std::string& nextHop, int32_t uid) { in networkAddLegacyRoute() argument
1052 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkAddLegacyRoute()
1059 const std::string& nextHop, in networkRemoveLegacyRoute() argument
1064 nextHop.empty() ? nullptr : nextHop.c_str(), legacy, in networkRemoveLegacyRoute()