HomeSort by relevance Sort by last modified time
    Searched refs:any (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/ipf/examples/
example.4 4 block in proto icmp from any to any
example.3 4 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...]
example.8 5 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
server 8 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
example.6 5 block in proto tcp from any to any flags S/SA
example.sr 4 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 to any icmp-type unreac
    [all...]
example.1 2 # 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
example.2 2 # 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
example.5 8 # 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
example.11 2 # 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
BASIC_1.FW 27 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 to any port = 53 keep state group 20
    [all...]
tcpstate 5 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
BASIC_2.FW 26 block in log on ed0 from w.x.y.z/24 to any head 200
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quick from a.b.c.d/24 to any group 100
47 block in log quick from 127.0.0.0/8 to any group 100
48 block in log quick from any to 127.0.0.0/8 group 100
49 block in log quick from 127.0.0.0/8 to any group 200
50 block in log quick from any to 127.0.0.0/8 group 200
55 # Allow any communication between the inside network and the outside only
    [all...]
example.10 10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
catv.fd 30 Printer types: any
31 Printers: any
postpages.fd 30 Printer types: any
31 Printers: any
pr.fd 30 Printer types: any
31 Printers: any
postprint.fd 30 Printer types: any
31 Printers: any
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strtoul.c 27 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 int neg, c, any, cutlim; local
90 for (acc = 0, any = 0;; c = *(const unsigned char*)s++) {
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
100 any = -1;
102 any = 1;
107 if (any < 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
strto.c 55 register int any, cutlim; local
58 ** Skip white space and pick up leading +/- sign if any.
104 ** Set any if any `digits' consumed; make it negative to indicate
120 for (acc = 0, any = 0;; c = (unsigned char) *s++)
130 if (any < 0)
136 any = -1;
142 any = 1;
151 any = -1;
157 any = 1
196 register int any, cutlim; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
head.c 146 while (!any(*cp, " \t") && *cp != '\0')
156 while (any(*cp, " \t"))
181 * Is ch any of the characters in str?
185 any(int ch, char *str) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
vmsish.pm 33 Until 5.8.0, vmsish.pm is only installed on VMS. This means any code
  /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/
getgroup.c 61 static char *any();
163 q = any(p, " \t\n#");
170 p = any(p, " \t");
219 * scans cp, looking for a match with any character
224 any(cp, match) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/
ipsecalgs 43 ALG|2|0|none,any|-|0|0
49 ALG|3|0|any|-|0|0
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
zero.s 30 * upto a page boundary). First nibble off any bytes up to the first double
41 tst %o1 ! Have we any count at all?
61 bnz 2b ! Branch if any left

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>