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

1 2 3 4

  /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
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...]
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_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
  /src/external/bsd/ipf/bin/
Makefile 3 SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
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
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

Completed in 78 milliseconds

1 2 3 4