Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dinstance.h258 void otInstanceReset(otInstance *aInstance);
/openthread-latest/src/core/api/
Dinstance_api.cpp95 void otInstanceReset(otInstance *aInstance) { AsCoreType(aInstance).Reset(); } in otInstanceReset() function
/openthread-latest/src/ncp/
Dncp_base.cpp1327 otInstanceReset(mInstance); in CommandHandler_RESET()
/openthread-latest/src/cli/
Dcli.cpp265 otInstanceReset(GetInstancePtr()); in Process()