Lines Matching refs:ttl
247 unsigned int ttl = ares_dns_rr_get_ttl(rr);
252 if (ttl < minttl) {
253 minttl = ttl;
271 unsigned int ttl;
279 ttl = ares_dns_rr_get_ttl(rr);
281 if (ttl > minimum) {
284 return ttl;
316 unsigned int ttl;
336 ttl = ares__qcache_soa_minimum(dnsrec);
338 ttl = ares__qcache_calc_minttl(dnsrec);
342 if (ttl == 0) {
346 if (ttl > qcache->max_ttl) {
347 ttl = qcache->max_ttl;
356 entry->expire_ts = now->tv_sec + (time_t)ttl;