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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_out.c74 * calling tcp_write().
78 * @see tcp_write()
82 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t copy) function
84 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, arg=%p, len=%"U16_F", copy=%"U16_F")\n", (void *)pcb,
96 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | DBG_STATE | 3, ("tcp_write() called in invalid state\n"));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_out.c150 * Called by tcp_write and tcp_enqueue_flags.
216 * @param apiflags API flags given to tcp_write.
239 * length required? If tcp_write is going to be called again
290 /** Checks if tcp_write is allowed or not (checks state, snd_buf and snd_queuelen).
294 * @return ERR_OK if tcp_write is allowed to proceed, another err_t otherwise
304 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_STATE | LWIP_DBG_LEVEL_SEVERE, ("tcp_write() called in invalid state\n"));
312 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n",
318 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen));
324 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n",
331 LWIP_ASSERT("tcp_write
357 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) function
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h283 #define tcp_write lwip_tcp_write macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h205 #define tcp_write lwip_tcp_write macro

Completed in 39 milliseconds