Searched refs:SetTtl (Results 1 – 13 of 13) sorted by relevance
80 header.SetTtl(kTtl); in TestIp4Header()
1215 ptrRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()1235 srvRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()1249 txtRecord.SetTtl(kTxtTtl); in TestHeaderAndResourceRecords()1258 aaaaRecord.SetTtl(kTtl); in TestHeaderAndResourceRecords()
1193 ptr.SetTtl(aTtl); in SendPtrResponse()1240 srv.SetTtl(aTtl); in SendSrvResponse()1288 txt.SetTtl(aTtl); in SendTxtResponse()1342 record.SetTtl(aAddrAndTtls[index].mTtl); in SendHostAddrResponse()1385 record.SetTtl(4500); in SendResponseWithEmptyKey()1429 ptr.SetTtl(aKnownAnswers[index].mTtl); in SendPtrQueryWithKnownAnswers()1467 ptr.SetTtl(aKnownAnswers[index].mTtl); in SendEmtryPtrQueryWithKnownAnswers()
82 return AsCoreType(aInstance).Get<Srp::Client>().SetTtl(aTtl); in otSrpClientSetTtl()
428 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Ip4::Header
494 ptrRecord.SetTtl(aTtl); in AppendPtrRecord()543 srvRecord.SetTtl(aTtl); in AppendSrvRecord()625 aaaaRecord.SetTtl(aTtl); in AppendAaaaRecord()645 aRecord.SetTtl(aTtl); in AppendARecord()682 txtRecord.SetTtl(aTtl); in AppendTxtRecord()
1394 rr.SetTtl(removing ? 0 : DetermineTtl()); in AppendServiceInstruction()1453 srv.SetTtl(DetermineTtl()); in AppendServiceInstruction()1559 rr.SetTtl(DetermineTtl()); in AppendAaaaRecord()1578 key.SetTtl(DetermineTtl()); in AppendKeyRecord()1601 rr.SetTtl(0); in AppendDeleteAllRrsets()
1344 void SetTtl(uint32_t aTtl) { mTtl = BigEndian::HostSwap32(aTtl); } in SetTtl() function in ot::Dns::ResourceRecord2327 SetTtl(0); in Init()
1398 record.SetTtl(mKeyRecord.GetTtl(isLegacyUnicast)); in AppendKeyRecordTo()1422 nsec.SetTtl(isLegacyUnicast ? kLegacyUnicastNsecTtl : kNsecTtl); in AppendNsecRecordTo()1760 aaaaRecord.SetTtl(mAddrRecord.GetTtl(isLegacyUnicast)); in AppendAddressRecordsTo()2557 srv.SetTtl(mSrvRecord.GetTtl(isLegacyUnicast)); in AppendSrvRecordTo()2589 txt.SetTtl(mTxtRecord.GetTtl(isLegacyUnicast)); in AppendTxtRecordTo()2619 ptr.SetTtl(ptrRecord.GetTtl(isLegacyUnicast)); in AppendPtrRecordTo()2958 ptr.SetTtl(Min(Core::RecordInfo::kMaxLegacyUnicastTtl, mServicesPtr.GetTtl())); in AppendPtrRecordTo()2962 ptr.SetTtl(mServicesPtr.GetTtl()); in AppendPtrRecordTo()5413 ptr.SetTtl(aPtrEntry.mRecord.GetRemainingTtl(aNow)); in AppendKnownAnswer()
456 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Client
555 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl() function in ot::Srp::Server::Host
150 ip4Header.SetTtl(ip6Header.GetHopLimit()); in TranslateFromIp6()
475 aHost.SetTtl(grantedTtl); in CommitSrpUpdate()