Searched refs:aPio (Results 1 – 2 of 2) sorted by relevance
675 bool RoutingManager::IsValidOnLinkPrefix(const PrefixInfoOption &aPio) in IsValidOnLinkPrefix() argument679 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() argument931 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() argument1302 VerifyOrExit(aPio.IsValid()); in ProcessPrefixInfoOption()[all …]
727 void SetFrom(const PrefixInfoOption &aPio);1040 void ProcessPrefixInfoOption(const PrefixInfoOption &aPio, Router &aRouter);1549 static bool IsValidOnLinkPrefix(const PrefixInfoOption &aPio);