Searched refs:le1 (Results 1 – 5 of 5) sorted by relevance
7 # only allow packets in and out on le1 which are top secret9 block out on le1 all10 pass out on le1 all with opt sec-class topsecret11 block in on le1 all12 pass in on le1 all with opt sec-class topsecret
3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is10 block in log quick on le1 from 128.1.1.0/24 to any11 pass in quick on le1 from any to any
7 pass in on le1 proto icmp from any to any icmp-type echo8 pass in on le1 proto icmp from any to any icmp-type echorep12 block in on le1 proto icmp from any to any icmp-type unreach code 3
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA15 # Route all ICMP packets to network 10 out through le1, to 10.3.3.117 pass in on le0 to le1:10.3.3.1 proto icmp all
268 tdata_label_cmp(labelent_t *le1, labelent_t *le2) in tdata_label_cmp() argument270 return (le1->le_idx - le2->le_idx); in tdata_label_cmp()