Lines Matching refs:icmp_code
155 uint8_t icmp_code, in sctp_notify() argument
169 if ((icmp_code == ICMP_UNREACH_NET) || in sctp_notify()
170 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
171 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) || in sctp_notify()
172 (icmp_code == ICMP_UNREACH_HOST_UNKNOWN) || in sctp_notify()
173 (icmp_code == ICMP_UNREACH_ISOLATED) || in sctp_notify()
174 (icmp_code == ICMP_UNREACH_NET_PROHIB) || in sctp_notify()
175 (icmp_code == ICMP_UNREACH_HOST_PROHIB) || in sctp_notify()
176 (icmp_code == ICMP_UNREACH_FILTER_PROHIB)) { in sctp_notify()
187 } else if ((icmp_code == ICMP_UNREACH_PROTOCOL) || in sctp_notify()
188 (icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
206 } else if (icmp_code == ICMP_UNREACH_NEEDFRAG) { in sctp_notify()
340 icmp->icmp_code, in sctp_ctlinput()