Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp52 otError otThreadSendDiagnosticGet(otInstance *aInstance, in otThreadSendDiagnosticGet() function
/openthread-latest/include/openthread/
Dnetdiag.h284 otError otThreadSendDiagnosticGet(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli.cpp7492 SuccessOrExit(error = otThreadSendDiagnosticGet(GetInstancePtr(), &address, tlvTypes, count, in Process()