Home
last modified time | relevance | path

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

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