HomeSort by: relevance | last modified time | path
    Searched refs:IPF_TTLVAL (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 5159 f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die);
8762 if (softc->ipf_ticks > IPF_TTLVAL(43200 * 15 / 10)) {
8763 istart = IPF_TTLVAL(86400 * 4);
8764 interval = IPF_TTLVAL(43200);
8765 } else if (softc->ipf_ticks > IPF_TTLVAL(1800 * 15 / 10)) {
8766 istart = IPF_TTLVAL(43200);
8767 interval = IPF_TTLVAL(1800);
8768 } else if (softc->ipf_ticks > IPF_TTLVAL(30 * 15 / 10)) {
8769 istart = IPF_TTLVAL(1800);
8770 interval = IPF_TTLVAL(30)
    [all...]
ip_ipsec_pxy.c 190 ttl = IPF_TTLVAL(softi->ipsec_nat_tqe->ifq_ttl);
ip_pptp_pxy.c 80 static int ipf_p_pptp_gretimeout = IPF_TTLVAL(120); /* 2 minutes */
ip_fil.h 1330 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
1590 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
ip_frag.c 201 softf->ipfr_ttl = IPF_TTLVAL(60);
ip_htable.c 927 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die);
ip_pool.c 855 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die);
ip_state.c 191 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
265 softs->ipf_state_wm_freq = IPF_TTLVAL(10);
3846 which = IPF_TTLVAL(which);
ip_nat.c 348 softn->ipf_nat_defipage = IPF_TTLVAL(60);
349 softn->ipf_nat_deficmpage = IPF_TTLVAL(3);
6763 which = IPF_TTLVAL(which);
6790 IPF_TTLVAL(5)) {

Completed in 35 milliseconds