Home
last modified time | relevance | path

Searched refs:otThreadSendDiagnosticGet (Results 1 – 3 of 3) sorted by relevance

/openthread-3.7.0/src/core/api/
Dnetdiag_api.cpp55 otError otThreadSendDiagnosticGet(otInstance *aInstance, in otThreadSendDiagnosticGet() function
/openthread-3.7.0/include/openthread/
Dnetdiag.h295 otError otThreadSendDiagnosticGet(otInstance *aInstance,
/openthread-3.7.0/src/cli/
Dcli.cpp7808 SuccessOrExit(error = otThreadSendDiagnosticGet(GetInstancePtr(), &address, tlvTypes, count, in Process()