Searched refs:TTL_MAX (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c105 #define TTL_MAX 2147483647U /* Maximum signed 32 bit integer. */ macro
1474 if (ttl > TTL_MAX) {
1476 word, TTL_MAX);
1581 else if (ttl > TTL_MAX) {
1583 word, TTL_MAX);

Completed in 14 milliseconds