Searched refs:TCP_OUTPUT_DEBUG (Results 1 – 13 of 13) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 165 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 321 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_write: too long queue %"U16_F" (max %"U16_F")\n", in tcp_write_checks() 477 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 492 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 2, in tcp_write() 758 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | 3, ("tcp_enqueue_flags: no send buffer available\n")); in tcp_enqueue_flags() 781 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, in tcp_enqueue_flags() 856 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n")); in tcp_send_empty_ack() 860 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, in tcp_send_empty_ack() 940 #if TCP_OUTPUT_DEBUG in tcp_output() 942 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n", in tcp_output() [all …]
|
| A D | tcp.c | 1610 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 179 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 399 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_write(pcb=%p, data=%p, len=%"U16_F", apiflags=%"U16_F")\n", in tcp_write() 505 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_write() 528 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_write() 651 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, ("tcp_write: queueing %"U32_F":%"U32_F"\n", in tcp_write() 844 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, in tcp_enqueue_flags() 938 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n")); in tcp_send_empty_ack() 944 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, in tcp_send_empty_ack() 1051 #if TCP_OUTPUT_DEBUG in tcp_output() 1053 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n", in tcp_output() [all …]
|
| A D | tcp.c | 2035 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 169 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("tcp_create_segment: no memory.\n")); in tcp_create_segment() 541 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_write() 565 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_write() 879 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_split_unsent_seg() 888 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_split_unsent_seg() 916 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in tcp_split_unsent_seg() 1093 LWIP_DEBUGF(TCP_OUTPUT_DEBUG | LWIP_DBG_TRACE, in tcp_enqueue_flags() 1267 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: nothing to send (%p)\n", in tcp_output() 1544 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output_segment: %"U32_F":%"U32_F"\n", in tcp_output_segment() 2046 LWIP_DEBUGF(TCP_OUTPUT_DEBUG, ("tcp_output: (ACK) could not allocate pbuf\n")); in tcp_send_empty_ack() [all …]
|
| A D | tcp.c | 2398 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /components/net/lwip/port/ |
| A D | lwipopts.h | 224 #define TCP_OUTPUT_DEBUG LWIP_DBG_ON macro 226 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 2052 #ifndef TCP_OUTPUT_DEBUG 2053 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
| A D | tcp_impl.h | 461 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2785 #if !defined TCP_OUTPUT_DEBUG || defined __DOXYGEN__ 2786 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3414 #if !defined TCP_OUTPUT_DEBUG || defined __DOXYGEN__ 3415 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcp_priv.h | 481 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 489 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
Completed in 38 milliseconds