Lines Matching refs:timestamp
318 usec_t timestamp, in calculate_until() argument
350 return timestamp + u; in calculate_until()
363 usec_t timestamp, in dns_cache_item_update_positive() argument
389 i->until = calculate_until(rr, min_ttl, UINT32_MAX, timestamp, false); in dns_cache_item_update_positive()
410 usec_t timestamp, in dns_cache_put_positive() argument
458 timestamp, in dns_cache_put_positive()
482 .until = calculate_until(rr, min_ttl, UINT32_MAX, timestamp, false), in dns_cache_put_positive()
506 (i->until - timestamp) / USEC_PER_SEC, in dns_cache_put_positive()
525 usec_t timestamp, in dns_cache_put_negative() argument
587 i->type == DNS_CACHE_RCODE ? timestamp + CACHE_TTL_STRANGE_RCODE_USEC : in dns_cache_put_negative()
588 calculate_until(soa, dns_answer_min_ttl(answer), nsec_ttl, timestamp, true); in dns_cache_put_negative()
614 (i->until - timestamp) / USEC_PER_SEC); in dns_cache_put_negative()
690 usec_t timestamp; in dns_cache_put() local
731 timestamp = now(CLOCK_BOOTTIME); in dns_cache_put()
775 timestamp, in dns_cache_put()
832 timestamp, in dns_cache_put()