Home | History | Annotate | Download | only in slirp

Lines Matching defs:code

8  * 1. Redistributions of source code must retain the above copyright
635 * But a bit of spaghetti code never hurt anybody :)
672 u_char code=ICMP_UNREACH_NET;
680 if(errno == EHOSTUNREACH) code=ICMP_UNREACH_HOST;
688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno));