Home
last modified time | relevance | path

Searched refs:otThreadResetIp6Counters (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h862 void otThreadResetIp6Counters(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp449 void otThreadResetIp6Counters(otInstance *aInstance) { AsCoreType(aInstance).Get<MeshForwarder>().R… in otThreadResetIp6Counters() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2973 otThreadResetIp6Counters(mInstance); in HandlePropertySet()
3431 otThreadResetIp6Counters(mInstance); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp2526 otThreadResetIp6Counters(GetInstancePtr()); in Process()