Searched refs:new_ttl (Results 1 – 1 of 1) sorted by relevance
1684 uint32_t new_ttl; in dns_resource_record_clamp_ttl() local1692 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()