Home
last modified time | relevance | path

Searched refs:le1 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ipf/examples/
H A Dexample.97 # only allow packets in and out on le1 which are top secret
9 block out on le1 all
10 pass out on le1 all with opt sec-class topsecret
11 block in on le1 all
12 pass in on le1 all with opt sec-class topsecret
H A Dserver3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is
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.77 pass in on le1 proto icmp from any to any icmp-type echo
8 pass in on le1 proto icmp from any to any icmp-type echorep
12 block in on le1 proto icmp from any to any icmp-type unreach code 3
H A Dexample.139 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
15 # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
17 pass in on le0 to le1:10.3.3.1 proto icmp all
/titanic_41/usr/src/tools/ctf/cvt/
H A Dtdata.c268 tdata_label_cmp(labelent_t *le1, labelent_t *le2) in tdata_label_cmp() argument
270 return (le1->le_idx - le2->le_idx); in tdata_label_cmp()
/titanic_41/usr/src/cmd/mandoc/
H A Dman_validate.c248 INEQ_DEFINE(1, <=, le1)