Searched refs:thisttl (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ | ||
H A D | dnssec.c | 2116 dns_ttl_t thisttl = dst_key_getttl(key->key); local 2117 if (thisttl != 0 && 2118 (shortest == 0 || thisttl < shortest)) 2119 shortest = thisttl; |
Completed in 14 milliseconds