Home | History | Annotate | Download | only in src

Lines Matching full:cttl

663       unsigned long cttl = ULONG_MAX, attl;
705 if (attl < cttl)
706 cttl = attl;
720 cache_insert(name, &addr, now, cttl, name_encoding | F_REVERSE);
793 if (attl < cttl)
794 cttl = attl;
842 newc = cache_insert(name, NULL, now, ttl ? ttl : cttl, F_FORWARD | F_NEG | flags);