Searched defs:newttl (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbtdb.c1087 set_ttl(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, dns_ttl_t newttl) { argument
1094 header->rdh_ttl = newttl;
1099 header->rdh_ttl = newttl;
1106 if (header->heap_index == 0 || newttl == oldttl)
1113 if (newttl < oldttl)

Completed in 45 milliseconds