Home
last modified time | relevance | path

Searched refs:TtlConfig (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_server.hpp598 class TtlConfig : public otSrpServerTtlConfig class in ot::Srp::Server
606 TtlConfig(void);
769 void GetTtlConfig(TtlConfig &aTtlConfig) const { aTtlConfig = mTtlConfig; } in GetTtlConfig()
779 Error SetTtlConfig(const TtlConfig &aTtlConfig);
864 TtlConfig mTtlConfig;
882 const TtlConfig &GetTtlConfig(void) const { return mTtlConfig; } in GetTtlConfig()
898 TtlConfig mTtlConfig; // TTL config to use when processing the message.
932 const TtlConfig &aTtlConfig,
937 const TtlConfig &aTtlConfig,
995 TtlConfig mTtlConfig;
[all …]
Dsrp_server.cpp189 Server::TtlConfig::TtlConfig(void) in TtlConfig() function in ot::Srp::Server::TtlConfig
195 Error Server::SetTtlConfig(const TtlConfig &aTtlConfig) in SetTtlConfig()
206 uint32_t Server::TtlConfig::GrantTtl(uint32_t aLease, uint32_t aTtl) const in GrantTtl()
444 const TtlConfig &aTtlConfig, in CommitSrpUpdate()
1568 const TtlConfig &aTtlConfig, in ProcessMessage()