Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dsrp_server.h297 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig);
/openthread-3.5.0/src/core/api/
Dsrp_server_api.cpp96 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig) in otSrpServerGetTtlConfig() function
/openthread-3.5.0/src/cli/
Dcli_srp_server.cpp164 otSrpServerGetTtlConfig(GetInstancePtr(), &ttlConfig); in Process()