Home
last modified time | relevance | path

Searched refs:TCP_OUTPUT_DEBUG (Results 1 – 13 of 13) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c165 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 Dtcp.c1610 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c179 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 Dtcp.c2035 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c169 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 Dtcp.c2398 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/components/net/lwip/port/
A Dlwipopts.h224 #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 Dopt.h2052 #ifndef TCP_OUTPUT_DEBUG
2053 #define TCP_OUTPUT_DEBUG LWIP_DBG_OFF macro
A Dtcp_impl.h461 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2785 #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 Dopt.h3414 #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 Dtcp_priv.h481 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h489 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG

Completed in 38 milliseconds