Symbol: ICMP6_DST_UNREACH
sbin/ping6/ping6.c
2069
case ICMP6_DST_UNREACH:
sys/net/ip6fw/ip6_fw.c
822
icmp6_error(*m, ICMP6_DST_UNREACH,
sys/net/pf/pf.c
3764
if (icmptype == ICMP6_DST_UNREACH ||
sys/net/pf/pf.c
5197
if (icmptype == ICMP6_DST_UNREACH ||
sys/net/wg/if_wg.c
2364
icmp6_error(m, ICMP6_DST_UNREACH, 0, 0);
sys/netinet/icmp6.h
695
case ICMP6_DST_UNREACH: \
sys/netinet/tcp_input.c
626
icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
sys/netinet6/icmp6.c
194
case ICMP6_DST_UNREACH:
sys/netinet6/icmp6.c
454
case ICMP6_DST_UNREACH:
sys/netinet6/ip6_forward.c
160
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
182
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
216
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
259
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
376
type = ICMP6_DST_UNREACH;
sys/netinet6/nd6.c
520
icmp6_error(m, ICMP6_DST_UNREACH,
sys/netinet6/udp6_usrreq.c
349
icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
usr.bin/systat/icmp6.c
194
DO2(ICMP6_DST_UNREACH, 11);
usr.sbin/pfctl/parse.y
5777
(ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
usr.sbin/pfctl/parse.y
72
(ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
usr.sbin/pfctl/pfctl_parser.c
106
{ "unreach", ICMP6_DST_UNREACH },
usr.sbin/pfctl/pfctl_parser.c
168
{ "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
usr.sbin/pfctl/pfctl_parser.c
169
{ "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
usr.sbin/pfctl/pfctl_parser.c
170
{ "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR },
usr.sbin/pfctl/pfctl_parser.c
171
{ "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
usr.sbin/pfctl/pfctl_parser.c
172
{ "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
usr.sbin/pfctl/pfctl_parser.c
173
{ "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
usr.sbin/traceroute6/traceroute6.c
1040
|| type == ICMP6_DST_UNREACH) {
usr.sbin/traceroute6/traceroute6.c
918
case ICMP6_DST_UNREACH: