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 D | traceroute_aux6.c | 442 *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 D | icmp6.h | 203 #define ICMP6_DST_UNREACH 1 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 338 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 D | snoop_icmp.c | 458 case ICMP6_DST_UNREACH: 610 case ICMP6_DST_UNREACH:
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 476 if (icmp6h->icmp6_type != ICMP6_DST_UNREACH) in check_icmp_unreach_v6()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 251 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 D | ip6_input.c | 2306 ip_fanout_send_icmp_v6(mp, ICMP6_DST_UNREACH, in ip_fanout_v6()
|
H A D | icmp.c | 1301 case ICMP6_DST_UNREACH: in icmp_icmp_error_ipv6()
|
H A D | spd.c | 2278 case ICMP6_DST_UNREACH: in ipsec_inbound_accept_clear()
|
/titanic_50/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2444 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 D | ip_fil_solaris.c | 1316 if (type == ICMP6_DST_UNREACH) 2725 icmp6->icmp6_type = ICMP6_DST_UNREACH;
|
H A D | fil.c | 708 case ICMP6_DST_UNREACH : 4208 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2218 #ifndef ICMP6_DST_UNREACH 2219 # define ICMP6_DST_UNREACH 1 macro
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 317 { ICMP6_DST_UNREACH, icmpredirect6,
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1261 case ICMP6_DST_UNREACH: in sctp_icmp_error_ipv6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 463 {"unreach6", ICMP6_DST_UNREACH},
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5682 case ICMP6_DST_UNREACH: in tcp_icmp_error_ipv6()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 1157 case ICMP6_DST_UNREACH: in udp_icmp_error_ipv6()
|