Searched refs:TCP_INPUT_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_in.c | 111 #if TCP_INPUT_DEBUG in tcp_input() 118 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len)); in tcp_input() 134 …LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n", in tcp_input() 150 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet\n")); in tcp_input() 206 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for TIME_WAITing connection.\n")); in tcp_input() 257 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for LISTENing connection.\n")); in tcp_input() 264 #if TCP_INPUT_DEBUG in tcp_input() 265 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("+-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags ")); in tcp_input() 267 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n")); in tcp_input() 273 #if TCP_INPUT_DEBUG in tcp_input() [all …]
|
| D | tcp.c | 1094 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: notify kept packet\n")); in tcp_process_refused_data() 1113 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: drop incoming packets, because pcb is \"full\"\n")); in tcp_process_refused_data() 1610 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 2016 #ifndef TCP_INPUT_DEBUG 2017 #define TCP_INPUT_DEBUG LWIP_DBG_OFF macro
|
| D | tcp_impl.h | 461 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
|