Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdata.h174 void otNetDataResetMaxLength(otInstance *aInstance);
/openthread-latest/src/core/api/
Dnetdata_api.cpp59 void otNetDataResetMaxLength(otInstance *aInstance) in otNetDataResetMaxLength() function
/openthread-latest/src/cli/
Dcli_network_data.cpp226 otNetDataResetMaxLength(GetInstancePtr()); in Process()