Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dntpd.h494 extern u_char sys_ttl[MAX_TTL]; /* ttl mapping vector */
Dntp.h128 #define MAX_TTL 8 /* max ttl mapping vector size */ macro
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_proto.c151 u_char sys_ttl[MAX_TTL]; /* ttl mapping vector */
4725 for (i = 0; i < MAX_TTL; i++) { in init_proto()
4726 sys_ttl[i] = (u_char)((i * 256) / MAX_TTL); in init_proto()
Dntp_config.c1269 if (option->value.u >= MAX_TTL) { in create_peer_node()