Searched refs:any (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ipfilter/rules/
H A Dexample.44 block in proto icmp from any to any
H A Dexample.34 block in from any to any
10 # allow a variety of individual hosts to send any type of IP packet to any
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
[all...]
H A Dexample.85 block in proto tcp from any to any flags S/SA
6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
10 block return-icmp in proto udp from any to any
H A Dserver8 pass in quick on le0 from 128.1.40.0/24 to any
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
11 pass in quick on le1 from any to any
H A Dexample.65 block in proto tcp from any to any flags S/SA
H A Dexample.sr4 log in on le0 from any to any with ipopts
6 # block any inbound packets on le0 which are fragmented and "too short" to
7 # do any meaningful comparison on. This actually only applies to TCP
11 block in log quick on le0 from any to any with short frag
18 log in on le0 proto tcp from any to any flags S/SA
20 # block and log any inbound ICMP unreachables
22 block in log on le0 proto icmp from any t
[all...]
H A Dexample.12 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
4 block in on le0 proto tcp from 10.1.1.1/32 to any
H A Dexample.22 # block all outgoing TCP packets on le0 from any host to port 23 of
5 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
H A Dexample.58 # allow any TCP packets from the same subnet as foo is on through to host
20 block in proto icmp from any to any icmp-type unreach
25 pass in from any to any with ipopts
H A Dexample.112 # allow any TCP packets from the same subnet as foo is on through to host
14 block in proto tcp from any to any port 5999 >< 6010
16 # allow any connections to be made, except to BSD print/r-services
20 pass in proto tcp/udp from any to any port 512 <> 515
22 # allow any connections to be made, except to BSD print/r-services
26 block in proto tcp/udp from any to any port 511 >< 516
H A DBASIC_1.FW27 block in log on ed0 from w.x.y.z/24 to any head 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.0.0.0/8 group 200
49 block in log quick from 10.0.0.0/8 to any group 100
50 block in log quick from 192.168.0.0/16 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 100
55 block in log quick from a.b.c.d/24 to any group 100
60 pass in quick proto udp from any t
[all...]
H A Dtcpstate5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
11 pass out quick on le0 proto udp from any to any port = 53 keep state
/freebsd-10.0-release/sbin/natd/samples/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any
/freebsd-10.0-release/etc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pass ipv6-icmp from any to any icmp6type
[all...]
/freebsd-10.0-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
[all...]
/freebsd-10.0-release/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
[all...]
/freebsd-10.0-release/usr.sbin/ifmcstat/
H A Dprintb.c41 int i, any = 0; local
53 if (any)
55 any = 1;
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
58 * Skip white space and pick up leading +/- sign if any.
98 * Set any if any `digits' consumed; make it negative to indicate
111 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
120 if (any < 0)
124 any = -1;
128 any = 1;
134 any = -1;
138 any
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A D_strtoul.h51 int any, cutlim, i, neg; local
64 * Skip white space and pick up leading +/- sign if any.
94 for (acc = 0, any = 0;; c = *s++) {
103 if (any < 0)
108 any = -1;
111 any = 0;
115 any = 1;
120 if (neg && any > 0)
124 *endptr = __DECONST(void *, any ? s - 1 : nptr);
H A D_strtol.h52 int any, cutlim, i, neg; local
68 * Skip white space and pick up leading +/- sign if any.
107 * Set any if any `digits' consumed; make it negative to indicate
120 for (acc = 0, any = 0;; c = *s++) {
129 if (any < 0)
135 any = -1;
138 any = 0;
142 any = 1;
150 any
[all...]
/freebsd-10.0-release/lib/libstand/
H A Dstrtoul.c57 int neg, any, cutlim; local
85 acc = any = 0;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
103 any = -1;
105 any = 1;
110 if (any < 0) {
113 } else if (!any) {
119 *endptr = (char *)(any ? s - 1 : nptr);
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf35 group local any local
36 group public any public
44 access public "" any noauth 0 system none none
45 access local "" any noauth 0 all all all
54 # group public any public
55 # group private any private
57 # access public "" any noauth 0 all none none
58 # access private "" any noauth 0 all all none
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
97 * Skip white space and pick up leading +/- sign if any.
132 * Set any if any `digits' consumed; make it negative to indicate
138 for (acc = 0, any = 0;; c = *s++) {
147 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
148 any = -1;
150 any = 1;
155 if (any < 0) {
161 *endptr = (char *) (any
[all...]
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
90 for (acc = 0, any = 0;; c = *s++) {
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
100 any = -1;
102 any = 1;
107 if (any < 0) {
113 *endptr = (char *) (any ? s - 1 : nptr);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
97 * Skip white space and pick up leading +/- sign if any.
132 * Set any if any `digits' consumed; make it negative to indicate
138 for (acc = 0, any = 0;; c = *s++) {
147 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
148 any = -1;
150 any = 1;
155 if (any < 0) {
161 *endptr = (char *) (any
[all...]

Completed in 160 milliseconds

1234567891011>>