Searched refs:TCP_OUTPUT_DEBUG (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | tcp_out.c | 162 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 183 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no room for TCP header in pbuf.\n")); in tcp_create_segment() 298 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_STATE | LWIP_DBG_LEVEL_SEVERE, ("tcp_write() called in inv… in tcp_write_checks() 306 … LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"U16_F")\n", in tcp_write_checks() 318 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n", in tcp_write_checks() 375 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n", in tcp_write() 472 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 487 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 531 …LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write : could not allocate memory for pbuf copy size %"U16… in tcp_write() 548 … LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_write: could not allocate memory for zero-copy pbuf\n")); in tcp_write() [all …]
|
D | tcp.c | 1503 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1990 #ifndef TCP_OUTPUT_DEBUG 1991 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
D | tcp_impl.h | 446 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|