Home
last modified time | relevance | path

Searched refs:unr (Results 1 – 22 of 22) sorted by relevance

/freebsd/sbin/pfctl/tests/files/
H A Dpf0010.ok9 block return-icmp(port-unr) in inet proto icmp all
10 block return-icmp(net-unr) in inet proto icmp all
11 block return-icmp(net-unr) in inet proto icmp all
18 block return-icmp6(port-unr) in inet6 proto ipv6-icmp all
21 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all
25 block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all
26 block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all
27 block return-icmp6(port-unr) in inet6 proto ipv6-icmp all
28 block return-icmp6(port-unr) in inet6 proto ipv6-icmp all
29 block return-icmp(srcfail, admin-unr) in all
[all …]
H A Dpf0010.in12 block return-icmp(net-unr) in inet proto icmp all
21 block return-icmp6(noroute-unr) in inet6 proto icmp6 all
23 block return-icmp6(admin-unr) in inet6 proto icmp6 all
25 block return-icmp6(notnbr-unr) in inet6 proto icmp6 all
27 block return-icmp6(addr-unr) in inet6 proto icmp6 all
29 block return-icmp6(port-unr) in inet6 proto icmp6 all
31 block return-icmp(srcfail, admin-unr) in all
H A Dpf0002.ok5 block return-icmp(port-unr, port-unr) out log on tun1000000 proto udp all
6 block return-icmp(port-unr, port-unr) in log on tun1000000 proto udp all
H A Dpf0007.ok5 block return-icmp(port-unr, port-unr) out log on tun1000000 proto udp all
6 block return-icmp(port-unr, port-unr) in log on tun1000000 proto udp all
H A Dpf0011.ok8 pass in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr keep state
16 block drop in inet6 proto ipv6-icmp all icmp6-type unreach code admin-unr
/freebsd/sys/kern/
H A Dsubr_unit.c186 struct unr { struct
187 TAILQ_ENTRY(unr) list;
253 struct unr *up; in next_iter_unrl()
357 struct unr *up; in check_unrhdr()
422 struct unr *up; in delete_unr()
432 struct unr *up; in clean_unrhdrl()
512 struct unr *up, *uq; in clear_unrhdr()
654 struct unr *upp; in collapse_unr()
726 struct unr *up; in alloc_unrl()
789 struct unr *up, *upn; in alloc_unr_specificl()
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di813 pass in proto icmp all icmp-type unreach code host-unr
14 pass in proto icmp all icmp-type unreach code {net-unk,net-unr}
15 pass in proto icmp all icmp-type unreach code port-unr
16 pass in proto icmp all icmp-type unreach code proto-unr
44 pass in proto icmp all icmp-type unreach code host-unr
45 pass in proto icmp all icmp-type unreach code {net-unk,net-unr}
46 pass in proto icmp all icmp-type unreach code port-unr
47 pass in proto icmp all icmp-type unreach code proto-unr
H A Di117 block return-icmp-as-dest(port-unr) in on qe0 from any to any
/freebsd/sbin/ipf/iplang/
H A DBNF57 unreachtype ::= "net-unr" | "host-unr" | "proto-unr" | "port-unr" |
/freebsd/sys/sys/
H A D_unrhdr.h39 TAILQ_HEAD(unrhd,unr) head;
47 TAILQ_HEAD(unrfr,unr) ppfree; /* Items to be freed after mtx
/freebsd/sys/dev/drm2/
H A Ddrm_gem_names.c48 names->unr = new_unrhdr(1, INT_MAX, NULL); /* XXXKIB */ in drm_gem_names_init()
70 delete_unrhdr(names->unr); in drm_gem_names_fini()
157 np->name = alloc_unr(names->unr); in drm_gem_name_create()
177 free_unr(names->unr, np->name); in drm_gem_names_delete_name()
H A Ddrm_gem_names.h50 struct unrhdr *unr; member
/freebsd/share/examples/ipfilter/
H A DBNF58 icmp-code = decumber | "net-unr" | "host-unr" | "proto-unr" | "port-unr" |
H A Dipf.conf.restrictive45 block return-icmp(net-unr) in proto udp from any to any group 100
H A Dexamples.txt351 block return-icmp (port-unr) in proto udp from any to any port > 30000
H A Dipf-howto.txt1331 block return-icmp(port-unr) in log quick on tun0 proto udp from any to 20.20.20.0/24 port = 111
1346 … block return-icmp-as-dest(port-unr) in log on tun0 proto udp from any to 20.20.20.0/24 port = 111
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di114 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/share/examples/ipfilter/rules/
H A DBASIC_2.FW72 block return-icmp(net-unr) in proto udp all group 100
H A DBASIC_1.FW99 block return-icmp(net-unr) in proto udp all group 100
/freebsd/sys/dev/sume/
H A Dif_sume.c156 static struct unrhdr *unr; variable
1163 nf_priv->unit = alloc_unr(unr); in sume_ifp_alloc()
1553 free_unr(unr, nf_priv->unit); in sume_detach()
1586 unr = new_unrhdr(0, INT_MAX, NULL); in mod_event()
1590 delete_unrhdr(unr); in mod_event()
/freebsd/share/man/man9/
H A DMakefile349 unr.9 \
2281 MLINKS+=unr.9 alloc_unr.9 \
2282 unr.9 alloc_unrl.9 \
2283 unr.9 alloc_unr_specific.9 \
2284 unr.9 clear_unrhdr.9 \
2285 unr.9 delete_unrhdr.9 \
2286 unr.9 free_unr.9 \
2287 unr.9 new_unrhdr.9
/freebsd/contrib/ncurses/
H A DNEWS12012 <jkohan@adan.fceia.unr.edu.ar>)