Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_server.h313 otError otSrpServerSetLeaseConfig(otInstance *aInstance, const otSrpServerLeaseConfig *aLeaseConfig…
/openthread-latest/src/core/api/
Dsrp_server_api.cpp108 otError otSrpServerSetLeaseConfig(otInstance *aInstance, const otSrpServerLeaseConfig *aLeaseConfig) in otSrpServerSetLeaseConfig() function
/openthread-latest/src/cli/
Dcli_srp_server.cpp293 error = otSrpServerSetLeaseConfig(GetInstancePtr(), &leaseConfig); in Process()