Lines Matching defs:ttl
109 int ttl;
136 * zone(a space)host(a space)ttl(a space)type(a space)remaining data
185 /* save pointer to dns ttl */
188 /* find space after ttl and change it to a '\0' */
202 /* convert ttl string to integer */
203 pd->ttl = strtol(ttlStr, &endp, 10);
204 if (*endp != '\0' || pd->ttl < 0) {
207 "BDB driver ttl must be a postive number");
337 pd.ttl, pd.data);
533 result = dns_sdlz_putrr(lookup, pd.type, pd.ttl, pd.data);