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

1 2

  /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...]
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...]
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
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
Makefile 3 PKGBASE=etc-ipf-rc
  /src/distrib/syspkg/sets/man/man-ipf-catman/
Makefile 3 PKGBASE=man-ipf-catman
Makefile 3 PKGBASE=man-ipf-catman
  /src/distrib/syspkg/sets/man/man-ipf-man/
Makefile 3 PKGBASE=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...]
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...]
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...]
  /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_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
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
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/usr.sbin/pf/ftp-proxy/
Makefile 26 SRCS+= ipf.c
  /src/libexec/identd/
Makefile 11 SRCS+= ipf.c

Completed in 115 milliseconds

1 2