Searched refs:aPio (Results 1 – 2 of 2) sorted by relevance
687 bool RoutingManager::IsValidOnLinkPrefix(const PrefixInfoOption &aPio) in IsValidOnLinkPrefix() argument691 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() argument930 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() argument1313 VerifyOrExit(aPio.IsValid()); in ProcessPrefixInfoOption()1314 aPio.GetPrefix(prefix); in ProcessPrefixInfoOption()[all …]
768 void SetFrom(const PrefixInfoOption &aPio);1081 void ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRouter);1584 static bool IsValidOnLinkPrefix(const PrefixInfoOption &aPio);