Home
last modified time | relevance | path

Searched refs:aRio (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1017 void RoutingManager::RoutePrefix::SetFrom(const RouteInfoOption &aRio) in SetFrom() argument
1019 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() argument
1371 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 …]
Drouting_manager.hpp790 void SetFrom(const RouteInfoOption &aRio);
1082 void ProcessRouteInfoOption(const RouteInfoOption &aRio, Router &aRouter);