Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_NOROUTE (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dicmp6.h242 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c713 case ICMP6_DST_UNREACH_NOROUTE: in print_icmp_other6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c461 case ICMP6_DST_UNREACH_NOROUTE:
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6_output.c703 icmp_unreachable_v6(mp, ICMP6_DST_UNREACH_NOROUTE, B_FALSE, &iras); in ire_send_noroute_v6()
H A Dip6_input.c1185 icmp_unreachable_v6(mp, ICMP6_DST_UNREACH_NOROUTE, B_FALSE, in ire_recv_noroute_v6()
H A Dicmp.c1307 case ICMP6_DST_UNREACH_NOROUTE: in icmp_icmp_error_ipv6()
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2313 #ifndef ICMP6_DST_UNREACH_NOROUTE
2314 # define ICMP6_DST_UNREACH_NOROUTE 0 macro
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipmon.c273 { ICMP6_DST_UNREACH_NOROUTE, "noroute" },
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp.c1278 case ICMP6_DST_UNREACH_NOROUTE: in sctp_icmp_error_ipv6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c494 {"no-route6", ICMP6_DST_UNREACH_NOROUTE},
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5692 case ICMP6_DST_UNREACH_NOROUTE: in tcp_icmp_error_ipv6()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c1163 case ICMP6_DST_UNREACH_NOROUTE: in udp_icmp_error_ipv6()