Searched refs:IsFavoredOver (Results 1 – 2 of 2) sorted by relevance
736 bool IsFavoredOver(const Ip6::Prefix &aPrefix) const;1107 bool IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPrefixConfig) const;1492 bool IsFavoredOver(const PrefixEntry &aOther) const;
994 bool RoutingManager::OnLinkPrefix::IsFavoredOver(const Ip6::Prefix &aPrefix) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::OnLinkPrefix2190 if (aOnLinkPrefix.IsFavoredOver(mFavoredOnLinkPrefix)) in UpdateFrom()2238 bool RoutingManager::FavoredOmrPrefix::IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPre… in IsFavoredOver() function in ot::BorderRouter::RoutingManager::FavoredOmrPrefix2300 if (mFavoredPrefix.IsEmpty() || !mFavoredPrefix.IsFavoredOver(prefixConfig)) in DetermineFavoredPrefix()4115 if (favoredEntry.IsFavoredOver(mPrefix)) in Process()4166 if (aEntry.IsFavoredOver(aFavoredEntry)) in ProcessPrefixEntry()4183 bool RoutingManager::PdPrefixManager::PrefixEntry::IsFavoredOver(const PrefixEntry &aOther) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::PdPrefixManager::PrefixEntry