Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c316 IPF_TTLVAL(30), /* 30 seconds */
317 IPF_TTLVAL(1800), /* 30 minutes */
318 IPF_TTLVAL(43200), /* 12 hours */
319 IPF_TTLVAL(345600), /* 4 days */
6395 ifs->ifs_fr_tcplastack = IPF_TTLVAL(TCP_MSL); in ipftuneable_setdefs()
6397 ifs->ifs_fr_tcpclosed = IPF_TTLVAL(60); in ipftuneable_setdefs()
6399 ifs->ifs_fr_udptimeout = IPF_TTLVAL(120); in ipftuneable_setdefs()
6400 ifs->ifs_fr_udpacktimeout = IPF_TTLVAL(12); in ipftuneable_setdefs()
6401 ifs->ifs_fr_icmptimeout = IPF_TTLVAL(60); in ipftuneable_setdefs()
6402 ifs->ifs_fr_icmpacktimeout = IPF_TTLVAL(6); in ipftuneable_setdefs()
[all …]
H A Dip_state.c140 #define ONE_DAY IPF_TTLVAL(1 * 86400) /* 1 day */
3535 IPF_TTLVAL(10))
H A Dip_nat.c5792 IPF_TTLVAL(10))
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ipsec_pxy.c156 ttl = IPF_TTLVAL(ifsipsec->ipsecnattqe->ifq_ttl);
H A Dip_pptp_pxy.c55 int ippr_pptp_gretimeout = IPF_TTLVAL(120); /* 2 minutes, never changes */
H A Dip_fil.h1151 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE) macro