Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp687 bool RoutingManager::IsValidOnLinkPrefix(const PrefixInfoOption &aPio) in IsValidOnLinkPrefix() argument
691 aPio.GetPrefix(prefix); in IsValidOnLinkPrefix()
693 return IsValidOnLinkPrefix(prefix) && aPio.IsOnLinkFlagSet() && aPio.IsAutoAddrConfigFlagSet(); in IsValidOnLinkPrefix()
928 void RoutingManager::OnLinkPrefix::SetFrom(const PrefixInfoOption &aPio) in SetFrom() argument
930 aPio.GetPrefix(mPrefix); in SetFrom()
931 mValidLifetime = aPio.GetValidLifetime(); in SetFrom()
932 mPreferredLifetime = aPio.GetPreferredLifetime(); in SetFrom()
1307 void RoutingManager::RxRaTracker::ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRo… in ProcessPrefixInfoOption() argument
1313 VerifyOrExit(aPio.IsValid()); in ProcessPrefixInfoOption()
1314 aPio.GetPrefix(prefix); in ProcessPrefixInfoOption()
[all …]
Drouting_manager.hpp768 void SetFrom(const PrefixInfoOption &aPio);
1081 void ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRouter);
1584 static bool IsValidOnLinkPrefix(const PrefixInfoOption &aPio);