Lines Matching defs:code
19 * This code is based on:
27 * 1. Redistributions of source code must retain the above copyright
68 #if 0 /* code using this macroses is commented out */
267 /* XXX: This place should be checked for the same code in
268 * original BSD code for Slirp and current BSD used SS_FCANTRCVMORE
787 * But a bit of spaghetti code never hurt anybody :)
793 u_char code = ICMP_UNREACH_NET;
804 code = ICMP_UNREACH_HOST;
812 icmp_error(pData, m, ICMP_UNREACH, code, 0, strerror(errno));
1748 int code;
1771 code = ICMP_UNREACH_NET;
1773 code = ICMP_UNREACH_HOST;
1775 code = -1;
1777 if (code >= 0)
1796 icmp_error(pData, m, ICMP_UNREACH, code, 0, NULL);