Lines Matching refs:icmp_code
160 uint8_t icmp_code, in sctp_notify() argument
171 if ((icmp_code == ICMP_UNREACH_NET) || in sctp_notify()
172 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
173 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) || in sctp_notify()
174 (icmp_code == ICMP_UNREACH_HOST_UNKNOWN) || in sctp_notify()
175 (icmp_code == ICMP_UNREACH_ISOLATED) || in sctp_notify()
176 (icmp_code == ICMP_UNREACH_NET_PROHIB) || in sctp_notify()
177 (icmp_code == ICMP_UNREACH_HOST_PROHIB) || in sctp_notify()
178 (icmp_code == ICMP_UNREACH_FILTER_PROHIB)) { in sctp_notify()
189 } else if ((icmp_code == ICMP_UNREACH_PROTOCOL) || in sctp_notify()
190 (icmp_code == ICMP_UNREACH_PORT)) { in sctp_notify()
196 } else if (icmp_code == ICMP_UNREACH_NEEDFRAG) { in sctp_notify()
330 icmp->icmp_code, in sctp_ctlinput()