Searched defs:tcp_enqueue (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_out.c | 65 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...] |
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 251 #define tcp_enqueue lwip_tcp_enqueue macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 167 #define tcp_enqueue lwip_tcp_enqueue macro
|
Completed in 35 milliseconds