Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp59 mBbrPrimaryAloc.InitAsThreadOriginMeshLocal(); in Local()
60 mBbrPrimaryAloc.GetAddress().GetIid().SetToLocator(Mle::kAloc16BackboneRouterPrimary); in Local()
221 Get<ThreadNetif>().RemoveUnicastAddress(mBbrPrimaryAloc); in SetState()
228 mBbrPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
229 Get<ThreadNetif>().AddUnicastAddress(mBbrPrimaryAloc); in SetState()
Dbbr_local.hpp294 Ip6::Netif::UnicastAddress mBbrPrimaryAloc; member in ot::BackboneRouter::Local