Searched refs:aTlvTypes (Results 1 – 8 of 8) sorted by relevance
/openthread-2.7.6/src/core/api/ |
D | netdiag_api.cpp | 54 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()
|
D | dataset_api.cpp | 126 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/ |
D | network_diagnostic.hpp | 96 const uint8_t aTlvTypes[], 109 …Error SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint8_t aCo…
|
D | network_diagnostic.cpp | 73 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/ |
D | netdiag.h | 316 const uint8_t aTlvTypes[], 335 const uint8_t aTlvTypes[],
|
D | dataset.h | 459 const uint8_t * aTlvTypes, 500 const uint8_t * aTlvTypes,
|
/openthread-2.7.6/src/core/meshcop/ |
D | dataset_manager.hpp | 179 const uint8_t * aTlvTypes,
|
D | dataset_manager.cpp | 566 const uint8_t * aTlvTypes, in SendGetRequest() argument 662 SuccessOrExit(error = message->AppendBytes(aTlvTypes, aLength)); in SendGetRequest()
|