Searched refs:calculate_until (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-cache.c288 static usec_t calculate_until(DnsResourceRecord *rr, uint32_t nsec_ttl, usec_t timestamp, bool use_soa_minimum) { function
355 i->until = calculate_until(rr, (uint32_t) -1, timestamp, false);
440 i->until = calculate_until(rr, (uint32_t) -1, timestamp, false);
518 i->until = calculate_until(soa, nsec_ttl, timestamp, true);

Completed in 12 milliseconds