Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp2317 if (mLocalPrefix.GetPrefix() != Get<RoutingManager>().mPdPrefixManager.GetPrefix()) in Evaluate()
2320 mLocalPrefix.mPrefix = Get<RoutingManager>().mPdPrefixManager.GetPrefix(); in Evaluate()
2321 mLocalPrefix.mPreference = PdPrefixManager::kPdRoutePreference; in Evaluate()
2322 mLocalPrefix.mIsDomainPrefix = false; in Evaluate()
2323 …LogInfo("Setting local OMR prefix to PD prefix: %s", mLocalPrefix.GetPrefix().ToString().AsCString… in Evaluate()
2328 if (mLocalPrefix.GetPrefix() != mGeneratedPrefix) in Evaluate()
2331 mLocalPrefix.mPrefix = mGeneratedPrefix; in Evaluate()
2332 mLocalPrefix.mPreference = RoutePreference::kRoutePreferenceLow; in Evaluate()
2333 mLocalPrefix.mIsDomainPrefix = false; in Evaluate()
2334 …LogInfo("Setting local OMR prefix to generated prefix: %s", mLocalPrefix.GetPrefix().ToString().As… in Evaluate()
[all …]
Drouting_manager.hpp1124 const OmrPrefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
1138 OmrPrefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OmrPrefixManager
1161 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
1172 void SetLocalPrefix(const Ip6::Prefix &aPrefix) { mLocalPrefix = aPrefix; } in SetLocalPrefix()
1208 Ip6::Prefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OnLinkPrefixManager
1304 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()
1319 Ip6::Prefix mLocalPrefix; // The local prefix (from BR ULA prefix). member in ot::BorderRouter::RoutingManager::Nat64PrefixManager