Home
last modified time | relevance | path

Searched refs:NTP_MAXSESSION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_crypto.h110 #define NTP_MAXSESSION 100 /* maximum session key list entries */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c325 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
343 * Generate up to NTP_MAXSESSION session keys. Stop if the in make_keylist()
350 lifetime = min((1UL << sys_automax), NTP_MAXSESSION * mpoll); in make_keylist()
355 for (i = 0; i < NTP_MAXSESSION; i++) { in make_keylist()