Lines Matching full:ttl
56 /** this rrset is SOA and has the negative ttl (from nxdomain or nodata),
57 * this is set on SOA rrsets in the authority section, to keep its TTL separate
60 /** This rrset is considered to have a fixed TTL; its TTL doesn't have to be
239 * name, type, class, ttl, rdlength, rdata.
241 * key.dname, ttl, rr_data[i].
244 * the ttl value to send changes due to time.
250 /** TTL (in seconds like time()) of the rrset.
252 time_t ttl; member
263 /** ttl of every rr. rr_ttl[i] ttl of rr i. */
283 /** ttl, count and rdatas (and rrsig) */
314 * Get TTL of rrset. RRset data must be filled in correctly.
316 * @return ttl value.
338 * Compared rdata and rrsigdata, not the trust or ttl value.
423 * @param now: time that is subtracted from ttl before printout. Can be 0.