Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp63 otError otThreadSendDiagnosticReset(otInstance *aInstance, in otThreadSendDiagnosticReset() function
/openthread-latest/include/openthread/
Dnetdiag.h304 otError otThreadSendDiagnosticReset(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli.cpp7513 IgnoreError(otThreadSendDiagnosticReset(GetInstancePtr(), &address, tlvTypes, count)); in Process()