Searched refs:TCP_INPUT_DEBUG (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_in.c108 #if TCP_INPUT_DEBUG
115 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len));
135 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n",
205 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for TIME_WAITing connection.\n"));
230 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for LISTENing connection.\n"));
239 #if TCP_INPUT_DEBUG
240 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("+-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags "));
242 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n"));
243 #endif /* TCP_INPUT_DEBUG */
248 #if TCP_INPUT_DEBUG
[all...]
H A Dtcp.c1028 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_in.c148 #if TCP_INPUT_DEBUG
155 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet (%"U16_F" bytes) discarded\n", p->tot_len));
172 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packet discarded due to failing checksum 0x%04"X16_F"\n",
185 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: short packet\n"));
242 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for TIME_WAITing connection.\n"));
317 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: packed for LISTENing connection.\n"));
327 #if TCP_INPUT_DEBUG
328 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("+-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags "));
330 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("-+-+-+-+-+-+-+-+-+-+-+-+-+-+\n"));
331 #endif /* TCP_INPUT_DEBUG */
[all...]
H A Dtcp.c1179 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: notify kept packet\n"));
1198 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: drop incoming packets, because pcb is \"full\"\n"));
1758 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h50 #define TCP_INPUT_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_INPUT) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h651 #ifndef TCP_INPUT_DEBUG
652 #define TCP_INPUT_DEBUG DBG_OFF macro
H A Dtcp.h437 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2328 * TCP_INPUT_DEBUG: Enable debugging in tcp_in.c for incoming debug.
2330 #ifndef TCP_INPUT_DEBUG
2331 #define TCP_INPUT_DEBUG LWIP_DBG_OFF macro
H A Dtcp_impl.h490 #if TCP_DEBUG || TCP_INPUT_DEBUG || TCP_OUTPUT_DEBUG
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h87 #define TCP_INPUT_DEBUG DBG_ON macro

Completed in 73 milliseconds