Searched refs:TCP_OUTPUT_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_out.c | 165 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 186 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no room for TCP header in pbuf.\n")); in tcp_create_segment() 301 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_STATE | LWIP_DBG_LEVEL_SEVERE, ("tcp_write() called in inv… in tcp_write_checks() 309 … LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", in tcp_write_checks() 321 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n", in tcp_write_checks() 380 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n", in tcp_write() 477 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 492 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 536 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write : could not allocate memory for pbuf copy size %"U16… in tcp_write() 553 … LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write: could not allocate memory for zero-copy pbuf\n")); in tcp_write() [all …]
|
| D | tcp.c | 1610 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 2052 #ifndef TCP_OUTPUT_DEBUG 2053 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
| D | tcp_impl.h | 461 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|