Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c175 u_int sys_ttlmax; /* max ttl mapping vector index */ variable
444 if (peer->ttl < sys_ttlmax) in transmit()
4219 sys_ttl[(peer->ttl >= sys_ttlmax) ? sys_ttlmax : peer->ttl], in peer_xmit()
4530 sys_ttl[(peer->ttl >= sys_ttlmax) ? sys_ttlmax : peer->ttl], in peer_xmit()
4962 sys_ttl[(pool->ttl >= sys_ttlmax) ? sys_ttlmax : pool->ttl], in pool_xmit()
5347 sys_ttlmax = (MAX_TTL - 1); in init_proto()
H A Dntp_config.c3721 * overwrite 'sys_ttlmax' if we change that preset, and leave it in free_config_ttl()
3734 sys_ttlmax = i - 1; in config_trap()
/freebsd/contrib/ntp/include/
H A Dntpd.h544 extern u_int sys_ttlmax; /* max ttl mapping vector index */
/freebsd/contrib/ntp/
H A DCommitLog14635 - config_ttl(): update 'sys_ttlmax' only when there was a table update, too!
19155 - sidekick: signed/unsigned clashes on 'sys_ttlmax'
19159 - sidekick: signed/unsigned clashes on 'sys_ttlmax'
19163 - sidekick: signed/unsigned clashes on 'sys_ttlmax'
[all...]