Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_server.hpp289 uint32_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Srp::Server::Service
513 uint32_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Srp::Server::Host
H A Dip4_types.hpp461 uint8_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Ip4::Header
H A Dmdns.hpp1557 uint32_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Dns::Multicast::Core::CacheRecordInfo
1849 uint32_t GetTtl(void) const { return mRecord.GetTtl(); } in GetTtl() function
H A Dsrp_client.hpp482 uint32_t GetTtl(void) const { return mTtl; } in GetTtl() function in ot::Srp::Client
H A Ddns_types.hpp1444 uint32_t GetTtl(void) const { return BigEndian::HostSwap32(mTtl); } in GetTtl() function in ot::Dns::ResourceRecord
H A Dmdns.cpp583 uint32_t Core::RecordInfo::GetTtl(bool aIsLegacyUnicast) const in GetTtl() function in ot::Dns::Multicast::Core::RecordInfo