Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c9031 istart = IPF_TTLVAL(86400 * 4);
9032 interval = IPF_TTLVAL(43200);
9034 istart = IPF_TTLVAL(43200);
9035 interval = IPF_TTLVAL(1800);
9037 istart = IPF_TTLVAL(1800);
9038 interval = IPF_TTLVAL(30);
9079 if (interval == IPF_TTLVAL(43200)) {
9080 interval = IPF_TTLVAL(1800);
9082 interval = IPF_TTLVAL(30);
9194 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.h1267 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro
1505 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
H A Dip_frag.c194 softf->ipfr_ttl = IPF_TTLVAL(60);
H A Dip_pool.c874 x->ipn_die = softc->ipf_ticks + IPF_TTLVAL(x->ipn_die);
H A Dip_htable.c971 ipe->ipe_die = softc->ipf_ticks + IPF_TTLVAL(ipe->ipe_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);
6850 which = IPF_TTLVAL(which);
6877 IPF_TTLVAL(5)) {