Searched refs:GetTtl (Results 1 – 4 of 4) sorted by relevance
/openthread-2.7.6/tests/unit/ |
D | test_dns.cpp | 914 VerifyOrQuit(ptrRecord.GetTtl() == kTtl, "Read PTR is incorrect"); in TestHeaderAndResourceRecords() 919 …printf(" \"%s\" PTR %u %d \"%s\"\n", kServiceName, ptrRecord.GetTtl(), ptrRecord.GetLength(), n… in TestHeaderAndResourceRecords() 940 VerifyOrQuit(ptrRecord.GetTtl() == kTtl, "Read PTR is incorrect"); in TestHeaderAndResourceRecords() 942 …printf(" \"%s\" PTR %u %d inst:\"%s\" at \"%s\"\n", kServiceName, ptrRecord.GetTtl(), ptrRecord… in TestHeaderAndResourceRecords() 983 VerifyOrQuit(srvRecord.GetTtl() == kTtl); in TestHeaderAndResourceRecords() 989 …printf(" \"%s\" SRV %u %d %d %d %d \"%s\"\n", instanceName, srvRecord.GetTtl(), srvRecord.GetLe… in TestHeaderAndResourceRecords() 995 VerifyOrQuit(txtRecord.GetTtl() == kTxtTtl); in TestHeaderAndResourceRecords() 1000 … printf(" \"%s\" TXT %u %d \"%s\"\n", instanceName, txtRecord.GetTtl(), txtRecord.GetLength(), in TestHeaderAndResourceRecords() 1006 VerifyOrQuit(aaaaRecord.GetTtl() == kTtl); in TestHeaderAndResourceRecords() 1008 printf(" \"%s\" AAAA %u %d \"%s\"\n", kHostName, aaaaRecord.GetTtl(), aaaaRecord.GetLength(), in TestHeaderAndResourceRecords() [all …]
|
/openthread-2.7.6/src/core/net/ |
D | dns_client.cpp | 191 aTtl = aaaaRecord.GetTtl(); in FindHostAddress() 242 aServiceInfo.mTtl = srvRecord.GetTtl(); in FindServiceInfo() 288 aServiceInfo.mTxtDataTtl = txtRecord.GetTtl(); in FindServiceInfo() 337 aTtl = aRecord.GetTtl(); in GetAddress()
|
D | dns_types.hpp | 1265 uint32_t GetTtl(void) const { return HostSwap32(mTtl); } in GetTtl() function in ot::Dns::ResourceRecord
|
D | srp_server.cpp | 872 aRecord.GetTtl() == 0 && aRecord.GetLength() == 0; in IsValidDeleteAllRecord()
|