Searched refs:SetTtl (Results 1 – 12 of 12) sorted by relevance
82 header.SetTtl(kTtl); in TestIp4Header()
868 ptrRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()888 srvRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()902 txtRecord.SetTtl(kTxtTtl); in TestHeaderAndResourceRecords()911 aaaaRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()
992 rr.SetTtl(removing ? 0 : GetTtl()); in AppendServiceInstructions()1051 srv.SetTtl(GetTtl()); in AppendServiceInstructions()1156 rr.SetTtl(GetTtl()); in AppendAaaaRecord()1175 key.SetTtl(GetTtl()); in AppendKeyRecord()1198 rr.SetTtl(0); in AppendDeleteAllRrsets()
337 ptrRecord.SetTtl(aTtl); in AppendPtrRecord()367 srvRecord.SetTtl(aTtl); in AppendSrvRecord()396 aaaaRecord.SetTtl(aTtl); in AppendAaaaRecord()513 txtRecord.SetTtl(aTtl); in AppendTxtRecord()
413 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Ip4::Header
1309 void SetTtl(uint32_t aTtl) { mTtl = HostSwap32(aTtl); } in SetTtl() function in ot::Dns::ResourceRecord2306 SetTtl(0); in Init()
446 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Client
577 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Server::Host
435 aHost.SetTtl(grantedTtl); in CommitSrpUpdate()
139 void SetTtl(int ttl) { in SetTtl() function
161 packet_info->SetTtl(*(reinterpret_cast<int*>(CMSG_DATA(cmsg)))); in PopulatePacketInfoFromControlMessage()
94 return AsCoreType(aInstance).Get<Srp::Client>().SetTtl(aTtl); in otSrpClientSetTtl()