Searched refs:tcp_enqueue (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_out.c65 return tcp_enqueue(pcb, NULL, 0, flags, 1, NULL, 0);
92 return tcp_enqueue(pcb, (void *)arg, len, 0, copy, NULL, 0);
116 tcp_enqueue(struct tcp_pcb *pcb, void *arg, u16_t len, function
127 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_enqueue(pcb=%p, arg=%p, len=%"U16_F", flags=%"X16_F", copy=%"U16_F")\n",
129 LWIP_ASSERT("tcp_enqueue: len == 0 || optlen == 0 (programmer violates API)",
131 LWIP_ASSERT("tcp_enqueue: arg == NULL || optdata == NULL (programmer violates API)",
135 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", len, pcb->snd_buf));
145 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen));
151 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too long queue %"U16_F" (max %"U16_F")\n", queuelen, TCP_SND_QUEUELEN));
156 LWIP_ASSERT("tcp_enqueue
[all...]
H A Dtcp.c457 ret = tcp_enqueue(pcb, NULL, 0, TCP_SYN, 0, (u8_t *)&optdata, 4);
H A Dtcp_in.c404 tcp_enqueue(npcb, NULL, 0, TCP_SYN | TCP_ACK, 0, (u8_t *)&optdata, 4);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h251 #define tcp_enqueue lwip_tcp_enqueue macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h167 #define tcp_enqueue lwip_tcp_enqueue macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h420 err_t tcp_enqueue(struct tcp_pcb *pcb, void *dataptr, u16_t len,

Completed in 56 milliseconds