Home
last modified time | relevance | path

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

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