Lines Matching full:pass
4 pass in proto tcp from any to any port <= 1023
5 pass in proto udp from any to any port <= 1023
6 pass in proto tcp/udp from any to any port <= 1023
10 pass in proto tcp from any to any port >= 1024
11 pass in proto udp from any to any port >= 1024
12 pass in proto tcp/udp from any to any port >= 1024
16 pass in proto tcp from any to any port 0 >< 512
17 pass in proto udp from any to any port 0 >< 512
18 pass in proto tcp/udp from any to any port 0 >< 512
22 pass in proto tcp from any to any port 6000 <> 6009
23 pass in proto udp from any to any port 6000 <> 6009
24 pass in proto tcp/udp from any to any port 6000 <> 6009
25 pass in proto tcp from any to any port = 23
26 pass in proto udp from any to any port = 23
27 pass in proto tcp/udp from any to any port = 23
31 pass in proto tcp from any to any port != 21
32 pass in proto udp from any to any port != 21
33 pass in proto tcp/udp from any to any port != 21
37 pass in proto tcp from any to any port < 1024
38 pass in proto udp from any to any port < 1024
39 pass in proto tcp/udp from any to any port < 1024
43 pass in proto tcp from any to any port > 1023
44 pass in proto udp from any to any port > 1023
45 pass in proto tcp/udp from any to any port > 1023