Searched refs:TCP_OUTPUT_DEBUG (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_out.c84 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"));
127 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_enqueue(pcb=%p, arg=%p, len=%"U16_F", flags=%"X16_F", copy=%"U16_F")\n",
135 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", len, pcb->snd_buf));
151 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue: too long queue %"U16_F" (max %"U16_F")\n", queuelen, TCP_SND_QUEUELEN));
176 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for tcp_seg\n"));
211 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue : could not allocate memory for pbuf copy size %"U16_F"\n", seglen));
228 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for zero-copy pbuf\n"));
241 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_enqueue: could not allocate memory for header pbuf\n"));
254 LWIP_DEBUGF(TCP_OUTPUT_DEBUG |
[all...]
H A Dtcp.c1028 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_out.c168 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no memory.\n"));
189 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no room for TCP header in pbuf.\n"));
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",
324 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n",
383 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n",
480 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2,
495 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2,
539 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write : could not allocate memory for pbuf copy size %"U16_F"\n", seglen));
556 LWIP_DEBUGF(TCP_OUTPUT_DEBUG |
[all...]
H A Dtcp.c1758 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h51 #define TCP_OUTPUT_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_OUTPUT) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h675 #ifndef TCP_OUTPUT_DEBUG
676 #define TCP_OUTPUT_DEBUG DBG_OFF macro
H A Dtcp.h437 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2364 * TCP_OUTPUT_DEBUG: Enable debugging in tcp_out.c output functions.
2366 #ifndef TCP_OUTPUT_DEBUG
2367 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
H A Dtcp_impl.h490 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h93 #define TCP_OUTPUT_DEBUG DBG_ON macro

Completed in 271 milliseconds