Lines Matching defs:ttl
602 rr->ttl = MIN3(rr->ttl, rrsig->rrsig.original_ttl, rrsig->ttl);
821 /* Now, fix the ttl, expiry, and remember the synthesizing source and the signer */
1352 static int dnssec_test_nsec3(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated, uint32_t *ttl) {
1473 if (ttl)
1474 *ttl = enclosure_rr->ttl;
1600 if (ttl)
1601 *ttl = enclosure_rr->ttl;
1753 int dnssec_nsec_test(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated, uint32_t *ttl) {
1817 if (ttl)
1818 *ttl = rr->ttl;
1833 if (ttl)
1834 *ttl = rr->ttl;
1872 if (ttl)
1873 *ttl = MIN(covering_rr->ttl, wildcard_rr->ttl);
1880 return dnssec_test_nsec3(answer, key, result, authenticated, ttl);
2173 int dnssec_nsec_test(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated, uint32_t *ttl) {