Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.hpp409 …Address &GetLinkLocalAllThreadNodesAddress(void) const { return mLinkLocalAllThreadNodes.GetAddres… in GetLinkLocalAllThreadNodesAddress()
737 … return (&aAddress == &mLinkLocalAllThreadNodes) || (&aAddress == &mRealmLocalAllThreadNodes); in IsMulticastAddressMeshLocalPrefixBased()
1469 Ip6::Netif::MulticastAddress mLinkLocalAllThreadNodes; member in ot::Mle::Mle
H A Dmle.cpp136 mLinkLocalAllThreadNodes.Clear(); in Mle()
137 mLinkLocalAllThreadNodes.GetAddress().mFields.m16[0] = BigEndian::HostSwap16(0xff32); in Mle()
138 mLinkLocalAllThreadNodes.GetAddress().mFields.m16[7] = BigEndian::HostSwap16(0x0001); in Mle()
198 Get<ThreadNetif>().SubscribeMulticast(mLinkLocalAllThreadNodes); in Start()
248 Get<ThreadNetif>().UnsubscribeMulticast(mLinkLocalAllThreadNodes); in Stop()
918 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()