Searched defs:GetTtl (Results 1 – 4 of 4) sorted by relevance
| /external/openthread/src/core/net/ | ||
| D | srp_server.hpp | 268 uint32_t GetTtl(void) const { return mDescription->mTtl; } in GetTtl() function in ot::Srp::Server::Service |
| D | ip4_types.hpp | 405 uint8_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Ip4::Header |
| D | srp_client.hpp | 434 …uint32_t GetTtl(void) const { return (0 < mTtl && mTtl < mLeaseInterval) ? mTtl : mLeaseInterval; } in GetTtl() function in ot::Srp::Client |
| D | dns_types.hpp | 1301 uint32_t GetTtl(void) const { return HostSwap32(mTtl); } in GetTtl() function in ot::Dns::ResourceRecord |