Home
last modified time | relevance | path

Searched refs:SetMulticastNetworkPrefix (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/net/
Dip6_address.hpp834 void SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength);
841 void SetMulticastNetworkPrefix(const NetworkPrefix &aNetworkPrefix) in SetMulticastNetworkPrefix() function in ot::Ip6::Address
843 SetMulticastNetworkPrefix(aNetworkPrefix.m8, NetworkPrefix::kLength); in SetMulticastNetworkPrefix()
851 void SetMulticastNetworkPrefix(const Prefix &aPrefix) in SetMulticastNetworkPrefix() function in ot::Ip6::Address
853 SetMulticastNetworkPrefix(aPrefix.GetBytes(), aPrefix.GetLength()); in SetMulticastNetworkPrefix()
Dnetif.cpp532 address.GetAddress().SetMulticastNetworkPrefix(Get<Mle::Mle>().GetMeshLocalPrefix()); in ApplyNewMeshLocalPrefix()
Dip6_address.cpp432 void Address::SetMulticastNetworkPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in SetMulticastNetworkPrefix() function in ot::Ip6::Address
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp216 … mAllNetworkBackboneRouters.SetMulticastNetworkPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
365 … mAllNetworkBackboneRouters.SetMulticastNetworkPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyNewMeshLocalPrefix()
386 mAllDomainBackboneRouters.SetMulticastNetworkPrefix(*Get<Leader>().GetDomainPrefix()); in HandleDomainPrefixUpdate()
/external/openthread/src/core/thread/
Dmle.cpp942 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
943 mRealmLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()