Home
last modified time | relevance | path

Searched defs:GetTtl (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/net/
Dsrp_server.hpp268 uint32_t GetTtl(void) const { return mDescription->mTtl; } in GetTtl() function in ot::Srp::Server::Service
485 uint32_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Srp::Server::Host
Dip4_types.hpp405 uint8_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Ip4::Header
Dsrp_client.hpp434 …uint32_t GetTtl(void) const { return (0 < mTtl && mTtl < mLeaseInterval) ? mTtl : mLeaseInterval; } in GetTtl() function in ot::Srp::Client
Ddns_types.hpp1301 uint32_t GetTtl(void) const { return HostSwap32(mTtl); } in GetTtl() function in ot::Dns::ResourceRecord