Home
last modified time | relevance | path

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

/external/openthread/src/core/backbone_router/
Dbbr_local.cpp66 mBackboneRouterPrimaryAloc.InitAsThreadOriginRealmLocalScope(); in Local()
67mBackboneRouterPrimaryAloc.GetAddress().GetIid().SetToLocator(Mle::kAloc16BackboneRouterPrimary); in Local()
227 Get<ThreadNetif>().RemoveUnicastAddress(mBackboneRouterPrimaryAloc); in SetState()
232mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
233 Get<ThreadNetif>().AddUnicastAddress(mBackboneRouterPrimaryAloc); in SetState()
354 Get<ThreadNetif>().RemoveUnicastAddress(mBackboneRouterPrimaryAloc); in ApplyMeshLocalPrefix()
355mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
356 Get<ThreadNetif>().AddUnicastAddress(mBackboneRouterPrimaryAloc); in ApplyMeshLocalPrefix()
Dbbr_local.hpp285 Ip6::Netif::UnicastAddress mBackboneRouterPrimaryAloc; member in ot::BackboneRouter::Local