Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dthread_api.cpp167 AsCoreType(aInstance).Get<Mle::MleRouter>().SetMeshLocalPrefix(AsCoreType(aMeshLocalPrefix)); in otThreadSetMeshLocalPrefix()
/openthread-latest/src/core/meshcop/
Ddataset_manager.cpp232 Get<Mle::MleRouter>().SetMeshLocalPrefix(cur->ReadValueAs<MeshLocalPrefixTlv>()); in ApplyConfiguration()
/openthread-latest/src/core/thread/
Dmle.hpp343 void SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix);
Dmle.cpp123 SetMeshLocalPrefix(AsCoreType(&kMeshLocalPrefixInit)); in Mle()
907 void Mle::SetMeshLocalPrefix(const Ip6::NetworkPrefix &aMeshLocalPrefix) in SetMeshLocalPrefix() function in ot::Mle::Mle
/openthread-latest/tests/unit/
Dtest_lowpan.cpp107 …sInstance->Get<Mle::MleRouter>().SetMeshLocalPrefix(static_cast<Ip6::NetworkPrefix &>(meshLocalPre… in Init()