Lines Matching defs:ttl
100 int ttl;
128 * zone(a space)host(a space)ttl(a space)type(a space)remaining data
177 /* save pointer to dns ttl */
180 /* find space after ttl and change it to a '\0' */
194 /* convert ttl string to integer */
195 pd->ttl = strtol(ttlStr, &endp, 10);
196 if (*endp != '\0' || pd->ttl < 0) {
199 "BDB driver ttl must be a postive number");
329 pd.ttl, pd.data);
531 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);