Symbol: ICMP6_DST_UNREACH
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ilb_probe.c
476
if (icmp6h->icmp6_type != ICMP6_DST_UNREACH)
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
463
{"unreach6", ICMP6_DST_UNREACH},
usr/src/cmd/cmd-inet/usr.sbin/ping/ping_aux6.c
326
case ICMP6_DST_UNREACH:
usr/src/cmd/cmd-inet/usr.sbin/ping/ping_aux6.c
877
{ICMP6_DST_UNREACH, "Dest Unreachable"},
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
458
case ICMP6_DST_UNREACH:
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
610
case ICMP6_DST_UNREACH:
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
440
*type == ICMP6_DST_UNREACH || *type == ICMP6_ECHO_REPLY ||
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
486
if (*type == ICMP6_DST_UNREACH &&
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
616
{ICMP6_DST_UNREACH, "Dest Unreachable"},
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
706
case ICMP6_DST_UNREACH:
usr/src/cmd/ipf/tools/ipmon.c
317
{ ICMP6_DST_UNREACH, icmpredirect6,
usr/src/uts/common/inet/ip/icmp.c
1309
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/ip/ip6.c
1405
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/ip/ip6.c
1757
icmp6.icmp6_type = ICMP6_DST_UNREACH;
usr/src/uts/common/inet/ip/ip6.c
2422
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/ip/ip6.c
253
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/ip/ip6.c
2570
ip_fanout_send_icmp_v6(mp, ICMP6_DST_UNREACH,
usr/src/uts/common/inet/ip/ip6_input.c
2300
ip_fanout_send_icmp_v6(mp, ICMP6_DST_UNREACH,
usr/src/uts/common/inet/ip/spd.c
2279
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/ipf/fil.c
4204
ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
usr/src/uts/common/inet/ipf/fil.c
708
case ICMP6_DST_UNREACH :
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1530
if (type == ICMP6_DST_UNREACH)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3051
icmp6->icmp6_type = ICMP6_DST_UNREACH;
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
2220
#ifndef ICMP6_DST_UNREACH
usr/src/uts/common/inet/iptun/iptun.c
2445
type = (inner4 != NULL ? icmph->icmph_type : ICMP6_DST_UNREACH);
usr/src/uts/common/inet/iptun/iptun.c
2634
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/iptun/iptun.c
2636
ICMP6_DST_UNREACH);
usr/src/uts/common/inet/sctp/sctp.c
1261
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/tcp/tcp_input.c
5921
case ICMP6_DST_UNREACH:
usr/src/uts/common/inet/udp/udp.c
1173
case ICMP6_DST_UNREACH: