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

  /external/qemu/slirp/
tcp_timer.c 62 (void) tcp_output(tp);
254 (void) tcp_output(tp);
265 (void) tcp_output(tp);
tcp_subr.c 235 (void) tcp_output(tp);
356 tcp_output(tp);
510 tcp_output(tp);
842 tcp_output(tp);
916 tcp_output(sototcpcb(so)); /* XXX */
956 tcp_output(sototcpcb(so)); /* Send the reply */
    [all...]
tcp_input.c 531 * are ready to send, let tcp_output
552 (void) tcp_output(tp);
592 tcp_output(tp);
1122 (void) tcp_output(tp)
    [all...]
slirp.h 296 /* tcp_output.c */
297 int tcp_output _P((register struct tcpcb *));
tcp_output.c 29 * @(#)tcp_output.c 8.3 (Berkeley) 12/30/93
30 * tcp_output.c,v 1.3 1994/09/15 10:36:55 davidg Exp
67 tcp_output(struct tcpcb *tp) function
78 DEBUG_CALL("tcp_output");
102 DEBUG_MISC((dfd, " --- tcp_output flags = 0x%x\n",flags));
589 * panic("tcp_output REXMT");
slirp.c 457 tcp_output(sototcpcb(so));
863 tcp_output(sototcpcb(so));
socket.c 283 tcp_output(tp);
  /external/qemu/slirp-android/
tcp_timer.c 62 (void) tcp_output(tp);
254 (void) tcp_output(tp);
265 (void) tcp_output(tp);
slirp.h 246 /* tcp_output.c */
247 int tcp_output _P((register struct tcpcb *));
tcp_input.c 536 * are ready to send, let tcp_output
557 (void) tcp_output(tp);
597 tcp_output(tp);
    [all...]
tcp_output.c 29 * @(#)tcp_output.c 8.3 (Berkeley) 12/30/93
30 * tcp_output.c,v 1.3 1994/09/15 10:36:55 davidg Exp
67 tcp_output(struct tcpcb *tp) function
78 DEBUG_CALL("tcp_output");
102 DEBUG_MISC((dfd, " --- tcp_output flags = 0x%x\n",flags));
589 * panic("tcp_output REXMT");
tcp_subr.c 237 (void) tcp_output(tp);
358 tcp_output(tp);
666 tcp_output(tp);
socket.c 291 tcp_output(tp);
slirp.c 538 tcp_output(sototcpcb(so));
    [all...]

Completed in 280 milliseconds