Lines Matching refs:ttl
163 ** maximum ttl value in the corresponding parameter.
174 long ttl;
210 ttl = get_ttl (p+4);
211 dbg_val3 ("%s:%d:ttl %ld\n", file, lnr, ttl);
212 setminmax (pminttl, ttl, pmaxttl);
239 if ( isdigit (*p) ) /* ttl ? */
241 ttl = get_ttl (p);
242 dbg_val3 ("%s:%d:ttl %ld\n", file, lnr, ttl);
243 setminmax (pminttl, ttl, pmaxttl);