Lines Matching defs:ttl
107 int ttl;
157 * ttl
198 /* save pointer to ttl string */
201 /* find space after ttl and change it to a '\0' */
229 /* convert ttl string to integer */
230 pd->ttl = strtol(ttlStr, &endp, 10);
231 if (*endp != '\0' || pd->ttl < 0) {
234 "bdbhpt driver ttl must be a postive number");
415 pd.type, pd.ttl, pd.data);
590 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);