Home
last modified time | relevance | path

Searched refs:mLeaderAloc (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp712 Ip6::Netif::UnicastAddress mLeaderAloc; member in ot::Mle::MleRouter
Dmle_router.cpp83 mLeaderAloc.InitAsThreadOriginMeshLocal(); in MleRouter()
456 GetLeaderAloc(mLeaderAloc.GetAddress()); in SetStateRouterOrLeader()
457 Get<ThreadNetif>().AddUnicastAddress(mLeaderAloc); in SetStateRouterOrLeader()
Dmle.cpp704 Get<ThreadNetif>().RemoveUnicastAddress(Get<MleRouter>().mLeaderAloc); in SetStateDetached()
734 Get<ThreadNetif>().RemoveUnicastAddress(Get<MleRouter>().mLeaderAloc); in SetStateChild()