| /src/etc/rc.d/ |
| ipfs | 20 if [ -r /var/db/ipf/ipstate.ipf ] && [ -r /var/db/ipf/ipnat.ipf ] 23 rm -f /var/db/ipf/ipstate.ipf /var/db/ipf/ipnat.ipf 29 if ! [ -d /var/db/ipf ]; then 30 mkdir /var/db/ipf [all...] |
| ipfilter | 15 stop_precmd="test -f /etc/ipf.conf -o -f /etc/ipf6.conf" 27 if [ ! -f /etc/ipf.conf ] && [ ! -f /etc/ipf6.conf ]; then 28 warn "/etc/ipf*.conf not readable; ipfilter start aborted." 39 /sbin/ipf ${rc_flags} -E 41 # Do the flush first; since older ipf has different semantics. 43 if [ -f /etc/ipf.conf ]; then 44 /sbin/ipf -Fa 47 /sbin/ipf -6 -Fa 52 if [ -f /etc/ipf.conf ]; then 53 /sbin/ipf -f /etc/ipf.con [all...] |
| ipnat | 30 if ! checkyesno ipfilter || [ ! -f /etc/ipf.conf ]; then 32 /sbin/ipf -E -Fa
|
| /src/distrib/syspkg/sets/etc/etc-ipf-rc/ |
| Makefile | 3 PKGBASE=etc-ipf-rc
|
| /src/distrib/syspkg/sets/man/man-ipf-catman/ |
| Makefile | 3 PKGBASE=man-ipf-catman
|
| /src/distrib/syspkg/sets/man/man-ipf-man/ |
| Makefile | 3 PKGBASE=man-ipf-man
|
| /src/tests/ipf/regress/ |
| Makefile | 3 TESTSDIR= ${TESTSBASE}/ipf 29 f28.ipf \ 31 f29.ipf \ 135 ni1.ipf \ 137 ni10.ipf \ 139 ni11.ipf \ 141 ni12.ipf \ 143 ni13.ipf \ 145 ni14.ipf \ 147 ni15.ipf \ [all...] |
| /src/sys/netinet/ |
| ip_flow.c | 90 #define IPFLOW_INSERT(hashidx, ipf) \ 92 (ipf)->ipf_hashidx = (hashidx); \ 93 TAILQ_INSERT_HEAD(&ipflowtable[(hashidx)], (ipf), ipf_hash); \ 94 TAILQ_INSERT_HEAD(&ipflowlist, (ipf), ipf_list); \ 97 #define IPFLOW_REMOVE(hashidx, ipf) \ 99 TAILQ_REMOVE(&ipflowtable[(hashidx)], (ipf), ipf_hash); \ 100 TAILQ_REMOVE(&ipflowlist, (ipf), ipf_list); \ 134 struct ipflow *ipf; local 140 TAILQ_FOREACH(ipf, &ipflowtable[hash], ipf_hash) { 141 if (ip->ip_dst.s_addr == ipf->ipf_dst.s_add 207 struct ipflow *ipf; local 410 struct ipflow *ipf; local 479 struct ipflow *ipf, *next_ipf; local 524 struct ipflow *ipf; local 584 struct ipflow *ipf, *next_ipf; local [all...] |
| /src/tests/ipf/ |
| t_filter_parse.sh | 38 ipf) 39 atf_check -o file:exp -e ignore ipf -Rnvf reg 86 test_case i1 itest text ipf 87 test_case i2 itest text ipf 88 test_case i3 itest text ipf 89 test_case i4 itest text ipf 90 test_case i5 itest text ipf 91 test_case i6 itest text ipf 92 test_case i7 itest text ipf 93 test_case i8 itest text ipf [all...] |
| t_bpf.sh | 38 ipf) 39 atf_check -o file:exp -e ignore ipf -Rnvf reg 61 broken_test_case bpf1 itest text ipf
|
| Makefile | 7 TESTSDIR= ${TESTSBASE}/ipf
|
| t_pools.sh | 49 cp $(atf_get_srcdir)/regress/$1.ipf ipf 56 atf_check -o save:out ipftest -RD -b -P pool -r ipf -i in 59 atf_check -o save:out ipftest -RD -b -r ipf -i in
|
| /src/external/bsd/ipf/bin/ |
| Makefile | 3 SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
|
| /src/external/bsd/ipf/bin/ipf/ |
| Makefile | 5 PROG= ipf 6 SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c 7 MAN= ipf.8 ipf.4 ipf.5 ipl.4 8 MLINKS= ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
|
| /src/external/bsd/blocklist/etc/ |
| Makefile | 7 FILES= blocklistd.conf ipf.conf npf.conf
|
| /src/external/bsd/ipf/rules/ |
| Makefile | 7 FILESDIR= /usr/share/examples/ipf 16 .PATH: ${NETBSDSRCDIR}/external/bsd/ipf/dist/rules
|
| /src/libexec/identd/ |
| Makefile | 11 SRCS+= ipf.c
|
| /src/usr.sbin/pf/ftp-proxy/ |
| Makefile | 26 SRCS+= ipf.c
|
| /src/sys/modules/ipl/ |
| Makefile | 6 .PATH: ${S}/external/bsd/ipf/netinet 16 #CPPFLAGS+= -DIPFILTER_COMPILED # support for compiled IPF rules 31 CPPFLAGS+= -I$S/external/bsd/ipf
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 8 #include "ipf.h" 118 static char *pidfile = "/etc/opt/ipf/ipmon.pid"; 1043 ipflog_t ipf; local 1057 "missed %u ipf log entries: %u %u", 1062 "missed %u ipf log entries: %u %u\n", 1069 memcpy(&ipf, (const char *)buf + sizeof(*ipl), sizeof(ipf)); 1070 pac = (const char *)buf + sizeof(*ipl) + sizeof(ipf); 1072 f = ipf.fl_family; 1098 char ifname[sizeof(ipf.fl_ifname) + 1] [all...] |
| ipfcomp.c | 13 #include "ipf.h" 209 static u_long ipf%s_rule_data_%s_%u[] = {\n", 456 fripf_t *ipf; local 555 ipf = fr->fr_ipf; 596 if (ipf != NULL && ipf->fri_mip.fi_v != 0) 600 if (ipf != NULL && ipf->fri_mip.fi_flx != 0) 604 if (ipf != NULL && ipf->fri_mip.fi_p != 0 [all...] |
| /src/external/bsd/ipf/bin/ipftest/ |
| Makefile | 20 .PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet 26 CLEANFILES+= ipf.tab.c ipf.tab.h 84 ${YACC} -b ipf -d ${.ALLSRC} 87 ipf.tab.c > ${.TARGET} 89 ipf.tab.h > ${.TARGET:.c=.h}
|
| /src/tests/ |
| Makefile | 23 TESTS_SUBDIRS+= ipf
|
| /src/external/bsd/ipf/dist/man/ |
| Makefile | 12 $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4 16 $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5 19 $(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
|
| /src/external/bsd/blocklist/libexec/ |
| blocklistd-helper | 72 # N.B.: If you reload /etc/ipf.conf then you need to stop and 82 # XXX we assume the following rule is present in /etc/ipf.conf: 127 /sbin/ipf -A -f - >/dev/null 2>&1 && echo OK 180 /sbin/ipf -A -r -f - >/dev/null 2>&1 && echo OK 218 /sbin/ipf -I -F a 220 # "ipf -I -F a" also flushes active accounting rules! 235 /sbin/ipf -I -f - >/dev/null 2>&1 240 /sbin/ipf -s && echo OK
|