HomeSort by: relevance | last modified time | path
    Searched refs:ipf (Results 1 - 25 of 25) sorted by relevancy

  /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
network 274 # then also resync ipf(4).
279 /sbin/ipf -y >/dev/null
550 # resync ipf(4)
551 /sbin/ipf -y >/dev/null
  /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 in function:ipflow_lookup
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 in function:ipflow_fastforward
410 struct ipflow *ipf; local in function:ipflow_reap
479 struct ipflow *ipf, *next_ipf; local in function:ipflow_slowtimo_work
524 struct ipflow *ipf; local in function:ipflow_create
584 struct ipflow *ipf, *next_ipf; local in function:ipflow_invalidate_all
    [all...]
Makefile 29 .PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet
  /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
t_nat_ipf_exec.sh 37 cp $(atf_get_srcdir)/regress/$1.ipf ipf
57 ipftest -R $format -b -r ipf -N - -i in $args"
64 $format -b -r ipf -N nat -i in
  /src/usr.sbin/pf/ftp-proxy/
Makefile 26 SRCS+= ipf.c
  /src/libexec/identd/
Makefile 11 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/tests/
Makefile 23 TESTS_SUBDIRS+= ipf
  /src/tests/ipf/input/
Makefile 3 TESTSDIR= ${TESTSBASE}/ipf
  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 197 RWLOCK_INIT(&softf->ipfr_frag, "ipf fragment rwlock");
198 RWLOCK_INIT(&softf->ipfr_natfrag, "ipf NAT fragment rwlock");
799 ipfr_t *ipf; local in function:ipf_frag_natknown
804 ipf = ipf_frag_lookup(softc, softf, fin, softf->ipfr_nattab,
807 ipf = ipf_frag_lookup(softc, softf, fin, softf->ipfr_nattab);
809 if (ipf != NULL) {
810 nat = ipf->ipfr_data;
814 if ((ipf->ipfr_ttl == softc->ipf_ticks + 1) && (nat != NULL)) {
816 ipf->ipfr_data = NULL;
838 ipfr_t *ipf; local in function:ipf_frag_ipidknown
    [all...]
  /src/distrib/syspkg/sets/man/
Makefile 44 SUBDIR+=man-ipf-catman
45 SUBDIR+=man-ipf-man
  /src/tests/ipf/expected/
Makefile 3 TESTSDIR= ${TESTSBASE}/ipf
  /src/distrib/syspkg/sets/etc/
Makefile 13 SUBDIR+=etc-ipf-rc
  /src/compat/
exec.mk 10 # external/bsd/ipf/Makefile.inc

Completed in 202 milliseconds