Searched refs:IsFavoredOver (Results 1 – 2 of 2) sorted by relevance
777 bool IsFavoredOver(const Ip6::Prefix &aPrefix) const;1149 bool IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPrefixConfig) const;1530 bool IsFavoredOver(const PrefixEntry &aOther) const;
993 bool RoutingManager::OnLinkPrefix::IsFavoredOver(const Ip6::Prefix &aPrefix) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::OnLinkPrefix2201 if (aOnLinkPrefix.IsFavoredOver(mFavoredOnLinkPrefix)) in UpdateFrom()2249 bool RoutingManager::FavoredOmrPrefix::IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPre… in IsFavoredOver() function in ot::BorderRouter::RoutingManager::FavoredOmrPrefix2311 if (mFavoredPrefix.IsEmpty() || !mFavoredPrefix.IsFavoredOver(prefixConfig)) in DetermineFavoredPrefix()4069 if (favoredEntry.IsFavoredOver(mPrefix)) in Process()4120 if (aEntry.IsFavoredOver(aFavoredEntry)) in ProcessPrefixEntry()4137 bool RoutingManager::PdPrefixManager::PrefixEntry::IsFavoredOver(const PrefixEntry &aOther) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::PdPrefixManager::PrefixEntry