Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c442 *type == ICMP6_DST_UNREACH || *type == ICMP6_ECHO_REPLY || in check_reply6()
488 if (*type == ICMP6_DST_UNREACH && in check_reply6()
618 {ICMP6_DST_UNREACH, "Dest Unreachable"}, in pr_type6()
708 case ICMP6_DST_UNREACH: in print_icmp_other6()
/titanic_50/usr/src/uts/common/netinet/
H A Dicmp6.h203 #define ICMP6_DST_UNREACH 1 macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c338 case ICMP6_DST_UNREACH: in check_reply6()
910 {ICMP6_DST_UNREACH, "Dest Unreachable"}, in pr_type6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c458 case ICMP6_DST_UNREACH:
610 case ICMP6_DST_UNREACH:
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c476 if (icmp6h->icmp6_type != ICMP6_DST_UNREACH) in check_icmp_unreach_v6()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c251 case ICMP6_DST_UNREACH: in icmp_inbound_v6()
1415 case ICMP6_DST_UNREACH: in icmp_update_out_mib_v6()
1767 icmp6.icmp6_type = ICMP6_DST_UNREACH; in icmp_unreachable_v6()
2432 case ICMP6_DST_UNREACH: in ip_fanout_send_icmp_v6()
2580 ip_fanout_send_icmp_v6(mp, ICMP6_DST_UNREACH, in ip_fanout_udp_multi_v6()
H A Dip6_input.c2306 ip_fanout_send_icmp_v6(mp, ICMP6_DST_UNREACH, in ip_fanout_v6()
H A Dicmp.c1301 case ICMP6_DST_UNREACH: in icmp_icmp_error_ipv6()
H A Dspd.c2278 case ICMP6_DST_UNREACH: in ipsec_inbound_accept_clear()
/titanic_50/usr/src/uts/common/inet/iptun/
H A Diptun.c2444 type = (inner4 != NULL ? icmph->icmph_type : ICMP6_DST_UNREACH); in iptun_input_icmp_v4()
2633 case ICMP6_DST_UNREACH: in iptun_input_icmp_v6()
2635 ICMP6_DST_UNREACH); in iptun_input_icmp_v6()
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1316 if (type == ICMP6_DST_UNREACH)
2725 icmp6->icmp6_type = ICMP6_DST_UNREACH;
H A Dfil.c708 case ICMP6_DST_UNREACH :
4208 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2218 #ifndef ICMP6_DST_UNREACH
2219 # define ICMP6_DST_UNREACH 1 macro
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipmon.c317 { ICMP6_DST_UNREACH, icmpredirect6,
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp.c1261 case ICMP6_DST_UNREACH: in sctp_icmp_error_ipv6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c463 {"unreach6", ICMP6_DST_UNREACH},
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5682 case ICMP6_DST_UNREACH: in tcp_icmp_error_ipv6()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c1157 case ICMP6_DST_UNREACH: in udp_icmp_error_ipv6()