Searched defs:tcp_output (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dtcp_out.c82 * functions other than the default tcp_output -> tcp_output_segment
192 /* ackno is set in tcp_output */
194 /* wnd and chksum are set in tcp_output */
339 * To prompt the system to send data now, call tcp_output() after
850 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n"));
855 ("tcp_output: sending ACK for %"U32_F"\n", pcb->rcv_nxt));
892 tcp_output(struct tcp_pcb *pcb) function
932 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n",
938 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F
944 ("tcp_output
[all...]

Completed in 64 milliseconds