Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1983 #ifndef TCP_WND_DEBUG
1984 #define TCP_WND_DEBUG LWIP_DBG_OFF macro
/external/syslinux/core/lwip/src/core/
Dtcp_in.c870 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"U16_F"\n", pcb->snd_wnd)); in tcp_receive()
871 #if TCP_WND_DEBUG in tcp_receive()
874 LWIP_DEBUGF(TCP_WND_DEBUG, in tcp_receive()