Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h242 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c711 case ICMP6_DST_UNREACH_NOROUTE: in print_icmp_other6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c461 case ICMP6_DST_UNREACH_NOROUTE:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c707 icmp_unreachable_v6(mp, ICMP6_DST_UNREACH_NOROUTE, B_FALSE, &iras); in ire_send_noroute_v6()
H A Dip6_input.c1187 icmp_unreachable_v6(mp, ICMP6_DST_UNREACH_NOROUTE, B_FALSE, in ire_recv_noroute_v6()
H A Dicmp.c1315 case ICMP6_DST_UNREACH_NOROUTE: in icmp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2315 #ifndef ICMP6_DST_UNREACH_NOROUTE
2316 # define ICMP6_DST_UNREACH_NOROUTE 0 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c273 { ICMP6_DST_UNREACH_NOROUTE, "noroute" },
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1278 case ICMP6_DST_UNREACH_NOROUTE: in sctp_icmp_error_ipv6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c494 {"no-route6", ICMP6_DST_UNREACH_NOROUTE},
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5931 case ICMP6_DST_UNREACH_NOROUTE: in tcp_icmp_error_ipv6()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1181 case ICMP6_DST_UNREACH_NOROUTE: in udp_icmp_error_ipv6()