Lines Matching defs:error
71 int off, flags, error;
348 /* error = ENOBUFS; */
349 error = 1;
390 /* error = ENOBUFS; */
391 error = 1;
539 /* error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
542 error = ip_output(so, m);
545 * error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
550 if (error) {
552 /* if (error == ENOBUFS) {
557 /* if ((error == EHOSTUNREACH || error == ENETDOWN)
559 * tp->t_softerror = error;
563 return (error);