HomeSort by relevance Sort by last modified time
    Searched refs:tcp_drop (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
tcp_timer.c 188 tp = tcp_drop(tp, tp->t_softerror);
313 tp = tcp_drop(tp, 0); /* ETIMEDOUT); */
slirp.h 313 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
tcp_input.c 757 tp = tcp_drop(tp,0); /* XXX Check t_softerror! */
999 tp = tcp_drop(tp,0);
    [all...]
tcp_subr.c 221 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) function
223 /* tcp_drop(tp, errno)
229 DEBUG_CALL("tcp_drop");
    [all...]
  /external/qemu/slirp-android/
tcp_timer.c 188 tp = tcp_drop(tp, tp->t_softerror);
313 tp = tcp_drop(tp, 0); /* ETIMEDOUT); */
slirp.h 263 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
tcp_input.c 763 tp = tcp_drop(tp,0); /* XXX Check t_softerror! */
1005 tp = tcp_drop(tp,0);
    [all...]
tcp_subr.c 223 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) function
225 /* tcp_drop(tp, errno)
231 DEBUG_CALL("tcp_drop");

Completed in 697 milliseconds