Home
last modified time | relevance | path

Searched refs:aTlvTypes (Results 1 – 8 of 8) sorted by relevance

/openthread-2.7.6/src/core/api/
Dnetdiag_api.cpp54 const uint8_t aTlvTypes[], in otThreadSendDiagnosticGet() argument
62 … *static_cast<const Ip6::Address *>(aDestination), aTlvTypes, aCount, aCallback, aCallbackContext); in otThreadSendDiagnosticGet()
67 const uint8_t aTlvTypes[], in otThreadSendDiagnosticReset() argument
73 *static_cast<const Ip6::Address *>(aDestination), aTlvTypes, aCount); in otThreadSendDiagnosticReset()
Ddataset_api.cpp126 const uint8_t * aTlvTypes, in otDatasetSendMgmtActiveGet() argument
133 …*static_cast<const MeshCoP::Dataset::Components *>(aDatasetComponents), aTlvTypes, aLength, aAddre… in otDatasetSendMgmtActiveGet()
151 const uint8_t * aTlvTypes, in otDatasetSendMgmtPendingGet() argument
158 …*static_cast<const MeshCoP::Dataset::Components *>(aDatasetComponents), aTlvTypes, aLength, aAddre… in otDatasetSendMgmtPendingGet()
/openthread-2.7.6/src/core/thread/
Dnetwork_diagnostic.hpp96 const uint8_t aTlvTypes[],
109 …Error SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint8_t aCo…
Dnetwork_diagnostic.cpp73 const uint8_t aTlvTypes[], in SendDiagnosticGet() argument
103 SuccessOrExit(error = Tlv::Append<TypeListTlv>(*message, aTlvTypes, aCount)); in SendDiagnosticGet()
557 const uint8_t aTlvTypes[], in SendDiagnosticReset() argument
575 SuccessOrExit(error = Tlv::Append<TypeListTlv>(*message, aTlvTypes, aCount)); in SendDiagnosticReset()
/openthread-2.7.6/include/openthread/
Dnetdiag.h316 const uint8_t aTlvTypes[],
335 const uint8_t aTlvTypes[],
Ddataset.h459 const uint8_t * aTlvTypes,
500 const uint8_t * aTlvTypes,
/openthread-2.7.6/src/core/meshcop/
Ddataset_manager.hpp179 const uint8_t * aTlvTypes,
Ddataset_manager.cpp566 const uint8_t * aTlvTypes, in SendGetRequest() argument
662 SuccessOrExit(error = message->AppendBytes(aTlvTypes, aLength)); in SendGetRequest()