Searched refs:TCP_WND_DEBUG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h55 #define TCP_WND_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_WND) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h671 #ifndef TCP_WND_DEBUG
672 #define TCP_WND_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2357 * TCP_WND_DEBUG: Enable debugging in tcp_in.c for window updating.
2359 #ifndef TCP_WND_DEBUG
2360 #define TCP_WND_DEBUG LWIP_DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h92 #define TCP_WND_DEBUG DBG_ON macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_in.c650 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"U32_F"\n", pcb->snd_wnd));
651 #if TCP_WND_DEBUG
654 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: no window update lastack %"U32_F" snd_max %"U32_F" ackno %"U32_F" wl1 %"U32_F" seqno %"U32_F" wl2 %"U32_F"\n",
657 #endif /* TCP_WND_DEBUG */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_in.c1159 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"U16_F"\n", pcb->snd_wnd));
1160 #if TCP_WND_DEBUG
1163 LWIP_DEBUGF(TCP_WND_DEBUG,
1168 #endif /* TCP_WND_DEBUG */

Completed in 503 milliseconds