Searched refs:t_softerror (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_timer.c223 tp = tcp_drop(pData, tp, tp->t_softerror);
224 /* tp->t_softerror : ETIMEDOUT); */ /* XXX */
H A Dtcp_var.h154 short t_softerror; /* possible error not yet reported */ member in struct:tcpcb
H A Dtcp_subr.c265 if (errno == ETIMEDOUT && tp->t_softerror)
266 errno = tp->t_softerror;
H A Dtcp_output.c690 tp->t_softerror = error;
H A Dtcp_input.c893 tp = tcp_drop(pData, tp, 0); /* XXX Check t_softerror! */
1986 tp->t_softerror = 0;

Completed in 68 milliseconds