Searched refs:ipf_minttl (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 134 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_minttl, CTLFLAG_RW, &VNET_NAME(ipfmain.ipf_minttl), 0, "");
|
| H A D | fil.c | 306 { { (void *)offsetof(ipf_main_softc_t, ipf_minttl) }, 308 stsizeof(ipf_main_softc_t, ipf_minttl), 2974 if (fin->fin_ip->ip_ttl < softc->ipf_minttl) { 2981 if (((ip6_t *)ip)->ip6_hlim < softc->ipf_minttl) { 9339 softc->ipf_minttl = 4;
|
| H A D | ip_fil.h | 1529 int ipf_minttl; member
|