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