Searched refs:sys_ttlmax (Results 1 – 4 of 4) sorted by relevance
175 u_int sys_ttlmax; /* max ttl mapping vector index */ variable444 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()
3721 * overwrite 'sys_ttlmax' if we change that preset, and leave it in free_config_ttl() 3734 sys_ttlmax = i - 1; in config_trap()
544 extern u_int sys_ttlmax; /* max ttl mapping vector index */
14635 - 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...]