Home | History | Annotate | Download | only in slirp-android

Lines Matching defs:code

8  * 1. Redistributions of source code must retain the above copyright
640 * But a bit of spaghetti code never hurt anybody :)
678 u_char code=ICMP_UNREACH_NET;
686 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str);