Searched defs:SetTtl (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | ip4_types.hpp | 469 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Ip4::Header |
D | srp_client.hpp | 494 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Client |
D | srp_server.hpp | 597 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Server::Host |
D | dns_types.hpp | 1452 void SetTtl(uint32_t aTtl) { mTtl = BigEndian::HostSwap32(aTtl); } in SetTtl() function in ot::Dns::ResourceRecord |