Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dsrp_server_api.cpp100 return AsCoreType(aInstance).Get<Srp::Server>().SetTtlConfig(AsCoreType(aTtlConfig)); in otSrpServerSetTtlConfig()
/openthread-latest/src/core/net/
Dsrp_server.hpp779 Error SetTtlConfig(const TtlConfig &aTtlConfig);
Dsrp_server.cpp195 Error Server::SetTtlConfig(const TtlConfig &aTtlConfig) in SetTtlConfig() function in ot::Srp::Server