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.cpp675 bool RoutingManager::IsValidOnLinkPrefix(const PrefixInfoOption &aPio) in IsValidOnLinkPrefix() argument
679 aPio.GetPrefix(prefix); in IsValidOnLinkPrefix()
681 return IsValidOnLinkPrefix(prefix) && aPio.IsOnLinkFlagSet() && in IsValidOnLinkPrefix()
682 (aPio.IsAutoAddrConfigFlagSet() || aPio.IsDhcp6PdPreferredFlagSet()); in IsValidOnLinkPrefix()
929 void RoutingManager::OnLinkPrefix::SetFrom(const PrefixInfoOption &aPio) in SetFrom() argument
931 aPio.GetPrefix(mPrefix); in SetFrom()
932 mValidLifetime = aPio.GetValidLifetime(); in SetFrom()
933 mPreferredLifetime = aPio.GetPreferredLifetime(); in SetFrom()
1296 void RoutingManager::RxRaTracker::ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRo… in ProcessPrefixInfoOption() argument
1302 VerifyOrExit(aPio.IsValid()); in ProcessPrefixInfoOption()
[all …]
Drouting_manager.hpp727 void SetFrom(const PrefixInfoOption &aPio);
1040 void ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRouter);
1549 static bool IsValidOnLinkPrefix(const PrefixInfoOption &aPio);