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

/external/syslinux/core/lwip/src/core/
H A Dtcp_out.c144 * Called by tcp_write and tcp_enqueue_flags.
210 * @param apiflags API flags given to tcp_write.
233 * length required? If tcp_write is going to be called again
284 /** Checks if tcp_write is allowed or not (checks state, snd_buf and snd_queuelen).
288 * @return ERR_OK if tcp_write is allowed to proceed, another err_t otherwise
298 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_STATE | LWIP_DBG_LEVEL_SEVERE, ("tcp_write() called in invalid state\n"));
306 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n",
312 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen));
318 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n",
325 LWIP_ASSERT("tcp_write
351 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) function
[all...]

Completed in 184 milliseconds