Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dsrp_client_buffers.h135 void otSrpClientBuffersFreeAllServices(otInstance *aInstance);
/openthread-2.7.6/src/core/api/
Dsrp_client_buffers_api.cpp75 void otSrpClientBuffersFreeAllServices(otInstance *aInstance) in otSrpClientBuffersFreeAllServices() function
/openthread-2.7.6/src/cli/
Dcli_srp_client.cpp261 otSrpClientBuffersFreeAllServices(mInterpreter.mInstance); in ProcessHost()