Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/border_router/
Drouting_manager.cpp2033 if (mLocalPrefix.GetPrefix() != Get<RoutingManager>().mPdPrefixManager.GetPrefix()) in Evaluate()
2036 mLocalPrefix.mPrefix = Get<RoutingManager>().mPdPrefixManager.GetPrefix(); in Evaluate()
2037 mLocalPrefix.mPreference = RoutePreference::kRoutePreferenceMedium; in Evaluate()
2038 mLocalPrefix.mIsDomainPrefix = false; in Evaluate()
2039 …LogInfo("Setting local OMR prefix to PD prefix: %s", mLocalPrefix.GetPrefix().ToString().AsCString… in Evaluate()
2044 if (mLocalPrefix.GetPrefix() != mGeneratedPrefix) in Evaluate()
2047 mLocalPrefix.mPrefix = mGeneratedPrefix; in Evaluate()
2048 mLocalPrefix.mPreference = RoutePreference::kRoutePreferenceLow; in Evaluate()
2049 mLocalPrefix.mIsDomainPrefix = false; in Evaluate()
2050 …LogInfo("Setting local OMR prefix to generated prefix: %s", mLocalPrefix.GetPrefix().ToString().As… in Evaluate()
[all …]
Drouting_manager.hpp914 const OmrPrefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
928 OmrPrefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OmrPrefixManager
949 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
992 Ip6::Prefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OnLinkPrefixManager
1080 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
1095 Ip6::Prefix mLocalPrefix; // The local prefix (from BR ULA prefix). member in ot::BorderRouter::RoutingManager::Nat64PrefixManager