Home
last modified time | relevance | path

Searched refs:IPF_TTLVAL (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dfil.c9030 istart = IPF_TTLVAL(86400 * 4);
9031 interval = IPF_TTLVAL(43200);
9033 istart = IPF_TTLVAL(43200);
9034 interval = IPF_TTLVAL(1800);
9036 istart = IPF_TTLVAL(1800);
9037 interval = IPF_TTLVAL(30);
9078 if (interval == IPF_TTLVAL(43200)) {
9079 interval = IPF_TTLVAL(1800);
9081 interval = IPF_TTLVAL(30);
9193 newtimeout = IPF_TTLVAL(seconds);
[all …]
H A Dip_ipsec_pxy.c195 ttl = IPF_TTLVAL(softi->ipsec_nat_tqe->ifq_ttl);
H A Dip_pptp_pxy.c74 static int ipf_p_pptp_gretimeout = IPF_TTLVAL(120); /* 2 minutes */
H A Dip_fil.h1313 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro
1552 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
H A Dip_frag.c194 softf->ipfr_ttl = IPF_TTLVAL(60);
H A Dip_htable.c971 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_die);
H A Dip_pool.c874 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die);
H A Dip_state.c184 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
259 softs->ipf_state_wm_freq = IPF_TTLVAL(10);
3924 which = IPF_TTLVAL(which);
H A Dip_nat.c337 softn->ipf_nat_defipage = IPF_TTLVAL(60);
338 softn->ipf_nat_deficmpage = IPF_TTLVAL(3);
6851 which = IPF_TTLVAL(which);
6878 IPF_TTLVAL(5)) {