Lines Matching refs:icmp_code
175 uint8_t icmp_code, in sctp_notify() argument
186 if ((icmp_code == ICMP_UNREACH_NET) || in sctp_notify()
187 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
188 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) || in sctp_notify()
189 (icmp_code == ICMP_UNREACH_HOST_UNKNOWN) || in sctp_notify()
190 (icmp_code == ICMP_UNREACH_ISOLATED) || in sctp_notify()
191 (icmp_code == ICMP_UNREACH_NET_PROHIB) || in sctp_notify()
192 (icmp_code == ICMP_UNREACH_HOST_PROHIB) || in sctp_notify()
193 (icmp_code == ICMP_UNREACH_FILTER_PROHIB)) { in sctp_notify()
204 } else if ((icmp_code == ICMP_UNREACH_PROTOCOL) || in sctp_notify()
205 (icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
211 } else if (icmp_code == ICMP_UNREACH_NEEDFRAG) { in sctp_notify()
333 icmp->icmp_code, in sctp_ctlinput()