Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_server.h275 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig);
/openthread-latest/src/core/api/
Dsrp_server_api.cpp93 void otSrpServerGetTtlConfig(otInstance *aInstance, otSrpServerTtlConfig *aTtlConfig) in otSrpServerGetTtlConfig() function
/openthread-latest/src/cli/
Dcli_srp_server.cpp235 otSrpServerGetTtlConfig(GetInstancePtr(), &ttlConfig); in Process()