Home
last modified time | relevance | path

Searched refs:MeshLocalPrefixTlv (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp100 if ((dataset.Read<MeshLocalPrefixTlv>(meshLocalPrefix) == kErrorNone) && in ProcessSetOrReplaceRequest()
307 if (!dataset.Contains<MeshLocalPrefixTlv>()) in GenerateLocal()
309 IgnoreError(dataset.Write<MeshLocalPrefixTlv>(Get<Mle::MleRouter>().GetMeshLocalPrefix())); in GenerateLocal()
Ddataset.cpp155 minLength = sizeof(MeshLocalPrefixTlv::ValueType); in IsTlvValid()
277 aDatasetInfo.Set<kMeshLocalPrefix>(cur->ReadValueAs<MeshLocalPrefixTlv>()); in ConvertTo()
477 SuccessOrExit(error = Write<MeshLocalPrefixTlv>(aDatasetInfo.Get<kMeshLocalPrefix>())); in WriteTlvsFrom()
Dmeshcop_tlvs.hpp312 typedef SimpleTlvInfo<Tlv::kMeshLocalPrefix, Ip6::NetworkPrefix> MeshLocalPrefixTlv; typedef
Ddataset_manager.cpp232 Get<Mle::MleRouter>().SetMeshLocalPrefix(cur->ReadValueAs<MeshLocalPrefixTlv>()); in ApplyConfiguration()