Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di62 pass in on lo0(!) to qe0(!) inet from 127.0.0.1/32 to 127.0.0.1/32
3 pass in on le0(!) to qe0:127.0.0.1 inet from 127.0.0.1/32 to 127.0.0.1/32
4 pass in on lo0(!) dup-to qe0(!) inet from 127.0.0.1/32 to 127.0.0.1/32
5 pass in on le0(!) dup-to qe0:127.0.0.1 inet from 127.0.0.1/32 to 127.0.0.1/32
6 pass in on le0(!) to hme0:10.1.1.1 dup-to qe0:127.0.0.1 inet from 127.0.0.1/32 to 127.0.0.1/32
7 block in quick on qe0(!) to qe1(!) from any to any
11 pass in on le0(!) dup-to qe0:127.0.0.1 reply-to hme1:10.10.10.10 inet all
H A Di113 block return-icmp in on qe0(!) from any to any
14 block return-icmp(host-unr) in on qe0(!) from any to any
16 block return-icmp-as-dest(port-unr) in on qe0(!) from any to any
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di62 pass in on lo0 to qe0 from localhost to localhost
3 pass in on le0 to qe0:127.0.0.1 from localhost to localhost
4 pass in on lo0 dup-to qe0 from localhost to localhost
5 pass in on le0 dup-to qe0:127.0.0.1 from localhost to localhost
6 pass in on le0 to hme0:10.1.1.1 dup-to qe0:127.0.0.1 from localhost to localhost
7 block in quick on qe0 to qe1 from any to any
11 pass in on le0 dup-to qe0:127.0.0.1 reply-to hme1:10.10.10.10 all
H A Di114 block return-icmp in on qe0 from any to any
15 block return-icmp(1) in on qe0 from any to any
17 block return-icmp-as-dest(port-unr) in on qe0 from any to any
/freebsd/share/examples/ipfilter/rules/
H A Dexample.135 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
/freebsd/sys/dev/isp/
H A Disp_library.c69 void *qe0, *qe1; in isp_send_cmd() local
71 qe0 = isp_getrqentry(isp); in isp_send_cmd()
72 if (qe0 == NULL) in isp_send_cmd()
140 isp_put_request_t7(isp, fqe, qe0); in isp_send_cmd()
149 isp_put_ctio7(isp, fqe, qe0); in isp_send_cmd()
156 isp_print_bytes(isp, "first queue entry", QENTRY_LEN, qe0); in isp_send_cmd()