Searched refs:le1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/rules/
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.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
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_linux_list_sort.c41 struct list_head *le1, *le2; local
45 le1 = *(__DECONST(struct list_head **, d1));
47 return ((thunk->cmp)(thunk->priv, le1, le2));
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c273 labelent_t *le1 = arg1; local
275 return (le1->le_idx - le2->le_idx);

Completed in 99 milliseconds