Home
last modified time | relevance | path

Searched refs:ICMP_DEST_UNREACHABLE (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/inet/iptun/
H A Diptun.c2219 icmp.icmph_type = ICMP_DEST_UNREACHABLE; in iptun_icmp_fragneeded_v4()
2443 case ICMP_DEST_UNREACHABLE: in iptun_input_icmp_v4()
2634 type = (inner4 != NULL ? ICMP_DEST_UNREACHABLE : in iptun_input_icmp_v6()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h334 #define ICMP_DEST_UNREACHABLE 3 macro
351 (type) == ICMP_DEST_UNREACHABLE || \
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c1241 icmph.icmph_type = ICMP_DEST_UNREACHABLE; in icmp_frag_needed()
1380 case ICMP_DEST_UNREACHABLE: in icmp_inbound_v4()
1652 case ICMP_DEST_UNREACHABLE: in icmp_inbound_v4()
1886 ASSERT(icmph->icmph_type == ICMP_DEST_UNREACHABLE && in icmp_inbound_too_big_v4()
3018 case ICMP_DEST_UNREACHABLE: in icmp_pkt_err_ok()
3185 icmph.icmph_type = ICMP_DEST_UNREACHABLE; in icmp_unreachable()
4869 case ICMP_DEST_UNREACHABLE: in ip_fanout_send_icmp_v4()
4907 ip_fanout_send_icmp_v4(mp, ICMP_DEST_UNREACHABLE, in ip_proto_not_sup()
5044 ip_fanout_send_icmp_v4(mp, ICMP_DEST_UNREACHABLE, in ip_fanout_proto_v4()
H A Dip_input.c2649 ICMP_DEST_UNREACHABLE, in ip_fanout_v4()
H A Dicmp.c1172 case ICMP_DEST_UNREACHABLE: in icmp_icmp_input()
H A Dspd.c2340 case ICMP_DEST_UNREACHABLE: in ipsec_inbound_accept_clear()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp.c1117 case ICMP_DEST_UNREACHABLE: in sctp_icmp_error()
/titanic_50/usr/src/uts/common/inet/ilb/
H A Dilb.c1576 case ICMP_DEST_UNREACHABLE: { in ilb_icmp_v4()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5553 case ICMP_DEST_UNREACHABLE: in tcp_icmp_input()
5766 if (icmph->icmph_type == ICMP_DEST_UNREACHABLE && in tcp_verifyicmp()
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c268 icmph->icmph_type = ICMP_DEST_UNREACHABLE; in ibd_async_rc_process_too_big()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c990 case ICMP_DEST_UNREACHABLE: in udp_icmp_input()