Searched refs:mAllDomainBackboneRouters (Results 1 – 2 of 2) sorted by relevance
70 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()
235 … Ip6::Address &GetAllDomainBackboneRoutersAddress(void) const { return mAllDomainBackboneRouters; } in GetAllDomainBackboneRoutersAddress()296 Ip6::Address mAllDomainBackboneRouters; member in ot::BackboneRouter::Local