Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtrel.h171 void otTrelResetCounters(otInstance *aInstance);
/openthread-latest/src/core/api/
Dtrel_api.cpp81 void otTrelResetCounters(otInstance *aInstance) { AsCoreType(aInstance).Get<Trel::Interface>().Rese… in otTrelResetCounters() function
/openthread-latest/src/cli/
Dcli.cpp7238 otTrelResetCounters(GetInstancePtr()); in Process()