Home
last modified time | relevance | path

Searched refs:new_ttl (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-rr.c1684 uint32_t new_ttl; in dns_resource_record_clamp_ttl() local
1692 new_ttl = MIN(old_rr->ttl, max_ttl); in dns_resource_record_clamp_ttl()
1693 if (new_ttl == old_rr->ttl) in dns_resource_record_clamp_ttl()
1698 old_rr->ttl = new_ttl; in dns_resource_record_clamp_ttl()
1706 new_rr->ttl = new_ttl; in dns_resource_record_clamp_ttl()