Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2221 icmp.icmph_type = ICMP_DEST_UNREACHABLE; in iptun_icmp_fragneeded_v4()
2445 case ICMP_DEST_UNREACHABLE: in iptun_input_icmp_v4()
2636 type = (inner4 != NULL ? ICMP_DEST_UNREACHABLE : in iptun_input_icmp_v6()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h335 #define ICMP_DEST_UNREACHABLE 3 macro
352 (type) == ICMP_DEST_UNREACHABLE || \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c1239 icmph.icmph_type = ICMP_DEST_UNREACHABLE; in icmp_frag_needed()
1378 case ICMP_DEST_UNREACHABLE: in icmp_inbound_v4()
1650 case ICMP_DEST_UNREACHABLE: in icmp_inbound_v4()
1884 ASSERT(icmph->icmph_type == ICMP_DEST_UNREACHABLE && in icmp_inbound_too_big_v4()
3043 case ICMP_DEST_UNREACHABLE: in icmp_pkt_err_ok()
3210 icmph.icmph_type = ICMP_DEST_UNREACHABLE; in icmp_unreachable()
4899 case ICMP_DEST_UNREACHABLE: in ip_fanout_send_icmp_v4()
4937 ip_fanout_send_icmp_v4(mp, ICMP_DEST_UNREACHABLE, in ip_proto_not_sup()
5081 ip_fanout_send_icmp_v4(mp, ICMP_DEST_UNREACHABLE, in ip_fanout_proto_v4()
H A Dip_input.c2661 ICMP_DEST_UNREACHABLE, in ip_fanout_v4()
H A Dicmp.c1179 case ICMP_DEST_UNREACHABLE: in icmp_icmp_input()
H A Dspd.c2341 case ICMP_DEST_UNREACHABLE: in ipsec_inbound_accept_clear()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1117 case ICMP_DEST_UNREACHABLE: in sctp_icmp_error()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1576 case ICMP_DEST_UNREACHABLE: { in ilb_icmp_v4()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5720 case ICMP_DEST_UNREACHABLE: in tcp_icmp_input()
5937 if (icmph->icmph_type == ICMP_DEST_UNREACHABLE && in tcp_verifyicmp()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c269 icmph->icmph_type = ICMP_DEST_UNREACHABLE; in ibd_async_rc_process_too_big()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1007 case ICMP_DEST_UNREACHABLE: in udp_icmp_input()