Lines Matching refs:rdh_ttl
431 dns_ttl_t rdh_ttl;
558 (((header)->rdh_ttl > (now)) || \
559 ((header)->rdh_ttl == (now) && ZEROTTL(header)))
1094 header->rdh_ttl = newttl;
1098 oldttl = header->rdh_ttl;
1099 header->rdh_ttl = newttl;
1128 return (ISC_TF(h1->rdh_ttl < h2->rdh_ttl));
1701 h->rdh_ttl = 0;
3302 rdataset->ttl = header->rdh_ttl - now;
4682 if ((header->rdh_ttl < search->now - RBTDB_VIRTUAL) &&
5626 if (header->rdh_ttl <= now - RBTDB_VIRTUAL) {
5699 current->rdh_ttl,
5882 if ((header->rdh_ttl < now - RBTDB_VIRTUAL) &&
6317 newheader->rdh_ttl != header->rdh_ttl)
6319 else if (newheader->rdh_ttl != header->rdh_ttl)
6378 if (header->rdh_ttl > newheader->rdh_ttl)
6379 set_ttl(rbtdb, header, newheader->rdh_ttl);
6405 if (newheader->rdh_ttl > header->rdh_ttl) {
6406 newheader->rdh_ttl = header->rdh_ttl;
6424 if (header->rdh_ttl > newheader->rdh_ttl)
6425 set_ttl(rbtdb, header, newheader->rdh_ttl);
6918 if (header && header->rdh_ttl < now - RBTDB_VIRTUAL)
7058 if (newheader->rdh_ttl != header->rdh_ttl)
9120 * check for now > header->rdh_ttl instead
9121 * of now >= header->rdh_ttl. This allows
9126 (now != 0 && now > header->rdh_ttl))
9201 (now != 0 && now > header->rdh_ttl))
10382 if (header && header->rdh_ttl < now - RBTDB_VIRTUAL) {