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

/bind-9.11.3/lib/samples/
H A Dsample-update.c357 #define TTL_MAX 2147483647U /* Maximum signed 32 bit integer. */ macro
538 else if (ttl > TTL_MAX) {
540 word, TTL_MAX);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c117 #define TTL_MAX 2147483647U /* Maximum signed 32 bit integer. */ macro
1735 if (ttl > TTL_MAX) {
1737 word, TTL_MAX);
1842 else if (ttl > TTL_MAX) {
1844 word, TTL_MAX);

Completed in 31 milliseconds