Home
last modified time | relevance | path

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

/freebsd/share/examples/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.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
/freebsd/contrib/netbsd-tests/ipf/input/
H A Df181 in on le1 1.1.1.1 3.3.3.3
2 in on le1 1.1.1.1 5.5.5.5
3 out on le1 2.2.2.2 4.4.4.4
4 out on le1 2.2.2.2 6.6.6.6
/freebsd/sys/dev/drm2/
H A Ddrm_linux_list_sort.c40 struct list_head *le1, *le2; in drm_le_cmp() local
44 le1 = *(__DECONST(struct list_head **, d1)); in drm_le_cmp()
46 return ((thunk->cmp)(thunk->priv, le1, le2)); in drm_le_cmp()
/freebsd/share/examples/ipfilter/
H A Dexamples.txt297 pass in on le1 proto icmp from any to any icmp-type echo
298 pass in on le1 proto icmp from any to any icmp-type echorep
306 block in on le1 proto icmp from any to any icmp-type unreach code 3
376 block out on le1 all
377 pass out on le1 all with opt sec-class topsecret
378 block in on le1 all
379 pass in on le1 all with opt sec-class topsecret
396 pass out on le1 proto tcp from any to any port = telnet keep state
397 block out on le1 all
406 pass out on le1 proto udp from any to any port = domain keep state
[all …]
H A Drules.txt176 # Route all ICMP packets to network 10 out through le1, to "router"
178 pass in to le1:router proto icmp all
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c273 labelent_t *le1 = arg1; in tdata_label_cmp() local
275 return (le1->le_idx - le2->le_idx); in tdata_label_cmp()
/freebsd/contrib/libfido2/
H A DNEWS191 ** fix zero-ing of le1 and le2 when talking to a U2F device.
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2487 struct list_head *le1, *le2; in linux_le_cmp() local
2491 le1 = *(__DECONST(struct list_head **, d1)); in linux_le_cmp()
2493 return ((thunk->cmp)(thunk->priv, le1, le2)); in linux_le_cmp()