Home | History | Annotate | Download | only in slirp

Lines Matching defs:code

8  * 1. Redistributions of source code must retain the above copyright
282 * would confuse code below.
507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0;
525 code = &cp[IPOPT_OLEN] - (u_char *)ip;
546 code = &cp[IPOPT_OFFSET] - (u_char *)ip;
555 code = ICMP_UNREACH_SRCFAIL;
586 code = ICMP_UNREACH_SRCFAIL;
601 code = &cp[IPOPT_OFFSET] - (u_char *)ip;
619 code = ICMP_UNREACH_HOST;
628 code = cp - (u_char *)ip;
688 icmp_error(m, type, code, 0, 0);