Home
last modified time | relevance | path

Searched refs:MAX_TTL (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/data/
HDmsgparse.h77 extern time_t MAX_TTL;
HDmsgreply.c59 time_t MAX_TTL = 3600 * 24 * 10; /* ten days */ variable
204 if(!SERVE_ORIGINAL_TTL && (*rr_ttl > MAX_TTL)) in rdata_copy()
205 *rr_ttl = MAX_TTL; in rdata_copy()
277 data->ttl = MAX_TTL; in parse_rr_copy()
422 rep->ttl = MAX_TTL; in parse_copy_decompress()
/freebsd-11-stable/contrib/ntp/include/
HDntpd.h498 extern u_char sys_ttl[MAX_TTL]; /* ttl mapping vector */
HDntp.h128 #define MAX_TTL 8 /* max ttl mapping vector size */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_proto.c176 u_char sys_ttl[MAX_TTL]; /* ttl mapping vector */
5218 for (i = 0; i < MAX_TTL; ++i) in init_proto()
5219 sys_ttl[i] = (u_char)((i * 256) / MAX_TTL); in init_proto()
5220 sys_ttlmax = (MAX_TTL - 1); in init_proto()
HDntp_config.c1429 } else if (option->value.u >= MAX_TTL) { in create_peer_node()
/freebsd-11-stable/contrib/unbound/util/
HDconfig_file.c568 { IS_NUMBER_OR_ZERO; cfg->max_ttl = atoi(val); MAX_TTL=(time_t)cfg->max_ttl;} in config_set_option()
2128 MAX_TTL = (time_t)config->max_ttl; in config_apply()
/freebsd-11-stable/contrib/unbound/doc/
HDChangelog4897 - MIN_TTL and MAX_TTL also in time_t.