Searched refs:mLocalPrefix (Results 1 – 2 of 2) sorted by relevance
2033 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 …]
914 const OmrPrefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()928 OmrPrefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OmrPrefixManager949 const Ip6::Prefix &GetLocalPrefix(void) const { return mLocalPrefix; } in GetLocalPrefix()992 Ip6::Prefix mLocalPrefix; member in ot::BorderRouter::RoutingManager::OnLinkPrefixManager1080 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