Home
last modified time | relevance | path

Searched refs:sys_automax (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/ntp/ntpd/
HDntp_timer.c86 u_char sys_automax = NTP_AUTOMAX; /* key list timeout (log2 s) */ variable
430 keys_timer += (1UL << sys_automax); in timer()
HDntp_crypto.c350 lifetime = min((1UL << sys_automax), NTP_MAXSESSION * mpoll); in make_keylist()
HDntp_config.c4236 sys_automax = (u_char)curr_var->value.i; in config_vars()
/freebsd-head/contrib/ntp/include/
HDntpd.h308 extern u_char sys_automax; /* session key timeout */
/freebsd-head/contrib/ntp/
HDCommitLog-4.1.0990 sys_automax - check peer->kpoll, too. Other ltemp cleanup.