Home
last modified time | relevance | path

Searched refs:IsFavoredOver (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.hpp736 bool IsFavoredOver(const Ip6::Prefix &aPrefix) const;
1107 bool IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPrefixConfig) const;
1492 bool IsFavoredOver(const PrefixEntry &aOther) const;
Drouting_manager.cpp994 bool RoutingManager::OnLinkPrefix::IsFavoredOver(const Ip6::Prefix &aPrefix) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::OnLinkPrefix
2190 if (aOnLinkPrefix.IsFavoredOver(mFavoredOnLinkPrefix)) in UpdateFrom()
2238 bool RoutingManager::FavoredOmrPrefix::IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPre… in IsFavoredOver() function in ot::BorderRouter::RoutingManager::FavoredOmrPrefix
2300 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