Lines Matching full:proto
6 block return-rst out log on tun1000000 proto tcp all
7 block return-rst in log on tun1000000 proto tcp all
8 block return-icmp out log on tun1000000 proto udp all
9 block return-icmp in log on tun1000000 proto udp all
22 pass out on tun1000000 inet proto icmp all icmp-type 8 code 0 keep state
23 pass in on tun1000000 inet proto icmp all icmp-type 8 code 0 keep state
25 pass out on tun1000000 proto udp all keep state
27 pass in on tun1000000 proto udp from any to any port = domain keep state
29 pass out on tun1000000 proto tcp all keep state
31 pass in on tun1000000 proto tcp from any to any port = ssh keep state
32 pass in on tun1000000 proto tcp from any to any port = smtp keep state
33 pass in on tun1000000 proto tcp from any to any port = domain keep state
34 pass in on tun1000000 proto tcp from any to any port = auth keep state