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

/bind-9.11.3/lib/dns/
H A Ddnssec.c2111 dns_ttl_t shortest = 0; local
2118 (shortest == 0 || thisttl < shortest))
2119 shortest = thisttl;
2122 if (shortest != 0)
2123 ttl = shortest;

Completed in 19 milliseconds