Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2209 icmp.icmph_type = type; in iptun_icmp_error_v4()
2221 icmp.icmph_type = ICMP_DEST_UNREACHABLE; in iptun_icmp_fragneeded_v4()
2275 return (ICMP_IS_ERROR(icmph->icmph_type) || in is_icmp_error()
2276 icmph->icmph_type == ICMP_REDIRECT); in is_icmp_error()
2444 switch (icmph->icmph_type) { in iptun_input_icmp_v4()
2446 type = (inner4 != NULL ? icmph->icmph_type : ICMP6_DST_UNREACH); in iptun_input_icmp_v4()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c1239 icmph.icmph_type = ICMP_DEST_UNREACHABLE; in icmp_frag_needed()
1374 switch (icmph->icmph_type) { in icmp_inbound_v4()
1431 icmph->icmph_type = ICMP_ECHO_REPLY; in icmp_inbound_v4()
1493 icmph->icmph_type = ICMP_TIME_STAMP_REPLY; in icmp_inbound_v4()
1646 switch (icmph->icmph_type) { in icmp_inbound_v4()
1774 if (icmph->icmph_type == ICMP_REDIRECT) in icmp_inbound_verify_v4()
2764 icmph.icmph_type = ICMP_PARAM_PROBLEM; in icmp_param_problem()
3042 switch (icmph->icmph_type) { in icmp_pkt_err_ok()
3167 icmph.icmph_type = ICMP_REDIRECT; in icmp_send_redirect()
3188 icmph.icmph_type = ICMP_TIME_EXCEEDED; in icmp_time_exceeded()
[all …]
H A Dicmp.c1178 switch (icmph->icmph_type) { in icmp_icmp_input()
H A Dspd.c2312 switch (icmph->icmph_type) { in ipsec_inbound_accept_clear()
H A Dip_if.c13978 icmph->icmph_type = ICMP_ADDRESS_MASK_REPLY; in ipif_mask_reply()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1561 switch (icmph->icmph_type) { in ilb_icmp_v4()
1566 icmph->icmph_type = ICMP_ECHO_REPLY; in ilb_icmp_v4()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1116 switch (icmph->icmph_type) { in sctp_icmp_error()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5719 switch (icmph->icmph_type) { in tcp_icmp_input()
5937 if (icmph->icmph_type == ICMP_DEST_UNREACHABLE && in tcp_verifyicmp()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h378 uint8_t icmph_type; member
/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.c1006 switch (icmph->icmph_type) { in udp_icmp_input()