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

/external/syslinux/core/lwip/src/include/lwip/
H A Dopt.h1981 * TCP_WND_DEBUG: Enable debugging in tcp_in.c for window updating.
1983 #ifndef TCP_WND_DEBUG
1984 #define TCP_WND_DEBUG LWIP_DBG_OFF macro
/external/syslinux/core/lwip/src/core/
H A Dtcp_in.c870 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"U16_F"\n", pcb->snd_wnd));
871 #if TCP_WND_DEBUG
874 LWIP_DEBUGF(TCP_WND_DEBUG,
879 #endif /* TCP_WND_DEBUG */

Completed in 73 milliseconds