Lines Matching refs:TTL
51 #include <dns/ttl.h>
645 * TTL.
649 current_ttl_valid && rdataset->ttl == current_ttl))
658 result = dns_ttl_totext(rdataset->ttl, false,
666 rdataset->ttl);
678 * If the $TTL directive is not in use, the TTL we
682 current_ttl = rdataset->ttl;
974 * Output a $TTL directive if needed.
979 ctx->current_ttl != rdataset->ttl)
983 result = dns_ttl_totext(rdataset->ttl, true,
987 fprintf(f, "$TTL %u\t; %.*s\n", rdataset->ttl,
990 fprintf(f, "$TTL %u\n", rdataset->ttl);
992 ctx->current_ttl = rdataset->ttl;
1245 isc_buffer_putuint32(buffer, rdataset->ttl); /* 32-bit TTL */
1362 * $DATE timestamps, and comment strings for $TTL directives.
1659 fprintf(dctx->f, "; using a %u second stale ttl\n",