Searched refs:aRio (Results 1 – 2 of 2) sorted by relevance
1017 void RoutingManager::RoutePrefix::SetFrom(const RouteInfoOption &aRio) in SetFrom() argument1019 aRio.GetPrefix(mPrefix); in SetFrom()1020 mValidLifetime = aRio.GetRouteLifetime(); in SetFrom()1021 mRoutePreference = aRio.GetPreference(); in SetFrom()1365 void RoutingManager::RxRaTracker::ProcessRouteInfoOption(const RouteInfoOption &aRio, Router &aRout… in ProcessRouteInfoOption() argument1371 VerifyOrExit(aRio.IsValid()); in ProcessRouteInfoOption()1372 aRio.GetPrefix(prefix); in ProcessRouteInfoOption()1394 LogRouteInfoOption(prefix, aRio.GetRouteLifetime(), aRio.GetPreference()); in ProcessRouteInfoOption()1400 VerifyOrExit(aRio.GetRouteLifetime() != 0); in ProcessRouteInfoOption()1410 entry->SetFrom(aRio); in ProcessRouteInfoOption()[all …]
790 void SetFrom(const RouteInfoOption &aRio);1082 void ProcessRouteInfoOption(const RouteInfoOption &aRio, Router &aRouter);