Home
last modified time | relevance | path

Searched refs:ExtendedPanIdTlv (Results 1 – 7 of 7) sorted by relevance

/openthread-3.5.0/src/core/meshcop/
Ddataset.cpp217 aDatasetInfo.SetExtendedPanId(As<ExtendedPanIdTlv>(cur)->GetExtendedPanId()); in ConvertTo()
552 … aInstance.Get<ExtendedPanIdManager>().SetExtPanId(As<ExtendedPanIdTlv>(cur)->GetExtendedPanId()); in ApplyConfiguration()
Dmeshcop_tlvs.cpp60 rval = As<ExtendedPanIdTlv>(aTlv).IsValid(); in IsValid()
Ddataset_manager_ftd.cpp334 if (dataset.GetTlv<ExtendedPanIdTlv>() == nullptr) in GenerateLocal()
Djoiner_router.cpp304 …SuccessOrExit(error = Tlv::Append<ExtendedPanIdTlv>(*message, Get<ExtendedPanIdManager>().GetExtPa… in PrepareJoinerEntrustMessage()
Dmeshcop_tlvs.hpp462 class ExtendedPanIdTlv : public Tlv, public SimpleTlvInfo<Tlv::kExtendedPanId, ExtendedPanId> class
/openthread-3.5.0/src/core/thread/
Ddiscover_scanner.cpp339 SuccessOrExit(error = Tlv::Read<MeshCoP::ExtendedPanIdTlv>(aRxInfo.mMessage, offset, in HandleDiscoveryResponse()
Dmle_router.cpp2787 … SuccessOrExit(error = Tlv::Read<MeshCoP::ExtendedPanIdTlv>(aRxInfo.mMessage, offset, extPanId)); in HandleDiscoveryRequest()
2884 …error = Tlv::Append<MeshCoP::ExtendedPanIdTlv>(*message, Get<MeshCoP::ExtendedPanIdManager>().GetE… in SendDiscoveryResponse()