Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dsrp_server.h370 otError otSrpServerSetTtlConfig(otInstance *aInstance, const otSrpServerTtlConfig *aTtlConfig);
/openthread-3.4.0/src/core/api/
Dsrp_server_api.cpp101 otError otSrpServerSetTtlConfig(otInstance *aInstance, const otSrpServerTtlConfig *aTtlConfig) in otSrpServerSetTtlConfig() function
/openthread-3.4.0/src/cli/
Dcli_srp_server.cpp188 error = otSrpServerSetTtlConfig(GetInstancePtr(), &ttlConfig); in Process()