Searched defs:tcp_output (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tcp_output.c | 52 * @(#)tcp_output.c 8.3 (Berkeley) 12/30/93 53 * tcp_output.c,v 1.3 1994/09/15 10:36:55 davidg Exp 92 tcp_output(PNATState pData, register struct tcpcb *tp) function 104 LogFlowFunc(("ENTER: tcp_output: tp = %R[tcpcb793]\n", tp)); 128 Log2((" --- tcp_output flags = 0x%x\n", flags)); 723 panic("tcp_output REXMT");
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_out.c | 73 * To prompt the system to send data now, call tcp_output() after 375 tcp_output(struct tcp_pcb *pcb) function 414 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n")); 417 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: sending ACK for %"U32_F"\n", pcb->rcv_nxt)); 445 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n", (void*)pcb->unsent)); 450 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", seg == NULL, ack %"U32_F"\n", 454 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", 464 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", 644 tcp_output(pcb); 671 tcp_output(pc [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp_out.c | 87 * functions other than the default tcp_output -> tcp_output_segment 198 /* ackno is set in tcp_output */ 200 /* wnd and chksum are set in tcp_output */ 345 * To prompt the system to send data now, call tcp_output() after 862 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n")); 869 ("tcp_output: sending ACK for %"U32_F"\n", pcb->rcv_nxt)); 906 tcp_output(struct tcp_pcb *pcb) function 915 LWIP_ASSERT("don't call tcp_output for listen-pcbs", 950 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n", 956 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output [all...] |
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 262 #define tcp_output lwip_tcp_output macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 182 #define tcp_output lwip_tcp_output macro
|
Completed in 53 milliseconds