Lines Matching refs:rdh_ttl

224 	dns_ttl_t                       rdh_ttl;
730 oldttl = header->rdh_ttl;
731 header->rdh_ttl = newttl;
763 if (h1->rdh_ttl < h2->rdh_ttl)
2734 rdataset->ttl = header->rdh_ttl - now;
3997 if (header->rdh_ttl < search->now) {
4005 if ((header->rdh_ttl < search->now - RBTDB_VIRTUAL) &&
4121 if (header->rdh_ttl < search->now) {
4129 if ((header->rdh_ttl < search->now -
4298 if (header->rdh_ttl < now) {
4306 if ((header->rdh_ttl < now - RBTDB_VIRTUAL) &&
4480 if (header->rdh_ttl < now) {
4487 if ((header->rdh_ttl < now - RBTDB_VIRTUAL) &&
4787 if (header->rdh_ttl < now) {
4794 if ((header->rdh_ttl < now - RBTDB_VIRTUAL) &&
5020 if (header->rdh_ttl <= now - RBTDB_VIRTUAL) {
5095 current->rdh_ttl,
5276 if (header->rdh_ttl < now) {
5277 if ((header->rdh_ttl < now - RBTDB_VIRTUAL) &&
5585 topheader->rdh_ttl >= now) {
5651 (header->rdh_ttl >= now || header_nx)) {
5678 newheader->rdh_ttl != header->rdh_ttl)
5680 else if (newheader->rdh_ttl != header->rdh_ttl)
5720 if (IS_CACHE(rbtdb) && header->rdh_ttl >= now &&
5733 if (header->rdh_ttl > newheader->rdh_ttl)
5734 set_ttl(rbtdb, header, newheader->rdh_ttl);
5756 if (IS_CACHE(rbtdb) && header->rdh_ttl >= now &&
5760 if (newheader->rdh_ttl > header->rdh_ttl) {
5761 newheader->rdh_ttl = header->rdh_ttl;
5764 if (IS_CACHE(rbtdb) && header->rdh_ttl >= now &&
5778 if (header->rdh_ttl > newheader->rdh_ttl)
5779 set_ttl(rbtdb, header, newheader->rdh_ttl);
6157 if (header && header->rdh_ttl < now - RBTDB_VIRTUAL)
6276 if (newheader->rdh_ttl != header->rdh_ttl)
7640 * check for now > header->rdh_ttl instead
7641 * of now >= header->rdh_ttl. This allows
7646 (now != 0 && now > header->rdh_ttl))
7722 (now != 0 && now > header->rdh_ttl))
8720 if (header && header->rdh_ttl < now - RBTDB_VIRTUAL) {