Home
last modified time | relevance | path

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

/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp70 mAllDomainBackboneRouters.Clear(); in Local()
72 mAllDomainBackboneRouters.mFields.m8[0] = 0xff; // Multicast in Local()
73 mAllDomainBackboneRouters.mFields.m8[1] = 0x32; // Flags = 3, Scope = 2 in Local()
74 mAllDomainBackboneRouters.mFields.m8[15] = 3; // Group ID = 3 in Local()
381 Get<BackboneTmfAgent>().UnsubscribeMulticast(mAllDomainBackboneRouters); in HandleDomainPrefixUpdate()
386 mAllDomainBackboneRouters.SetMulticastNetworkPrefix(*Get<Leader>().GetDomainPrefix()); in HandleDomainPrefixUpdate()
387 Get<BackboneTmfAgent>().SubscribeMulticast(mAllDomainBackboneRouters); in HandleDomainPrefixUpdate()
Dbbr_local.hpp235 … Ip6::Address &GetAllDomainBackboneRoutersAddress(void) const { return mAllDomainBackboneRouters; } in GetAllDomainBackboneRoutersAddress()
296 Ip6::Address mAllDomainBackboneRouters; member in ot::BackboneRouter::Local