Searched refs:mLocalPrefix (Results 1 – 2 of 2) sorted by relevance
2317 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 …]
1124 const OmrPrefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()1138 OmrPrefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OmrPrefixManager1161 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::OnLinkPrefixManager1304 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