Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip4_types.hpp469 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Ip4::Header
Dsrp_client.hpp494 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Client
Dsrp_server.hpp597 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Server::Host
Ddns_types.hpp1452 void SetTtl(uint32_t aTtl) { mTtl = BigEndian::HostSwap32(aTtl); } in SetTtl() function in ot::Dns::ResourceRecord