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.hpp777 bool IsFavoredOver(const Ip6::Prefix &aPrefix) const;
1149 bool IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPrefixConfig) const;
1530 bool IsFavoredOver(const PrefixEntry &aOther) const;
Drouting_manager.cpp993 bool RoutingManager::OnLinkPrefix::IsFavoredOver(const Ip6::Prefix &aPrefix) const in IsFavoredOver() function in ot::BorderRouter::RoutingManager::OnLinkPrefix
2201 if (aOnLinkPrefix.IsFavoredOver(mFavoredOnLinkPrefix)) in UpdateFrom()
2249 bool RoutingManager::FavoredOmrPrefix::IsFavoredOver(const NetworkData::OnMeshPrefixConfig &aOmrPre… in IsFavoredOver() function in ot::BorderRouter::RoutingManager::FavoredOmrPrefix
2311 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