Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dsrp_server.h176 otError otSrpServerSetDomain(otInstance *aInstance, const char *aDomain);
/openthread-3.6.0/src/core/api/
Dsrp_server_api.cpp47 otError otSrpServerSetDomain(otInstance *aInstance, const char *aDomain) in otSrpServerSetDomain() function
/openthread-3.6.0/src/cli/
Dcli_srp_server.cpp156 error = otSrpServerSetDomain(GetInstancePtr(), aArgs[0].GetCString()); in Process()