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

  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 352 /* Flags for "apiflags" parameter in tcp_write */
356 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,
  /external/syslinux/core/lwip/src/api/
api_msg.c     [all...]
  /external/syslinux/core/lwip/src/core/
tcp_out.c 144 * 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: pbufs on queue => at least one queue non-empty"
351 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) function
    [all...]

Completed in 333 milliseconds