Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp197 aPrefix = mOnLinkPrefixManager.GetLocalPrefix(); in GetOnLinkPrefix()
212 aPrefix = mOnLinkPrefixManager.GetLocalPrefix(); in GetFavoredOnLinkPrefix()
231 aPrefix = mNat64PrefixManager.GetLocalPrefix(); in GetNat64Prefix()
1315 disregard = (prefix == Get<RoutingManager>().mOnLinkPrefixManager.GetLocalPrefix()); in ProcessPrefixInfoOption()
1375 disregard = (Get<RoutingManager>().mOmrPrefixManager.GetLocalPrefix().GetPrefix() == prefix) || in ProcessRouteInfoOption()
1466 const Ip6::Prefix &prefix = Get<RoutingManager>().mOnLinkPrefixManager.GetLocalPrefix(); in HandleLocalOnLinkPrefixChanged()
3136 mPrefixes.Add(omrPrefixManager.GetLocalPrefix().GetPrefix()); in AppendRios()
3166 (prefixConfig.GetPrefix() != omrPrefixManager.GetLocalPrefix().GetPrefix())) in AppendRios()
Drouting_manager.hpp1124 const OmrPrefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix() function in ot::BorderRouter::RoutingManager::OmrPrefixManager
1161 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix() function in ot::BorderRouter::RoutingManager::OnLinkPrefixManager
1304 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix() function in ot::BorderRouter::RoutingManager::Nat64PrefixManager