Home
last modified time | relevance | path

Searched refs:ICMP_HOST_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1170 case ICMP_HOST_UNREACHABLE: in sctp_icmp_error()
1174 ICMP_HOST_UNREACHABLE) ? EHOSTUNREACH : ENETUNREACH; in sctp_icmp_error()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2474 code = (inner4 != NULL ? ICMP_HOST_UNREACHABLE : in iptun_input_icmp_v4()
2638 code = (inner4 != NULL ? ICMP_HOST_UNREACHABLE : in iptun_input_icmp_v6()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c1600 icmp_unreachable(mp, ICMP_HOST_UNREACHABLE, &iras); in ire_send_noroute_v4()
H A Dip_input.c1283 icmp_unreachable(mp, ICMP_HOST_UNREACHABLE, ira); in ire_recv_noroute_v4()
H A Dip_ndp.c3794 icmp_unreachable(mp, ICMP_HOST_UNREACHABLE, &iras); in arp_resolv_failed()
H A Dspd.c2352 case ICMP_HOST_UNREACHABLE: in ipsec_inbound_accept_clear()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5741 case ICMP_HOST_UNREACHABLE: in tcp_icmp_input()
5744 if (icmph->icmph_code == ICMP_HOST_UNREACHABLE) in tcp_icmp_input()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h363 #define ICMP_HOST_UNREACHABLE 1 macro