Home
last modified time | relevance | path

Searched refs:TCP_CWND_DEBUG (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_out.c896 #if TCP_CWND_DEBUG in tcp_output()
936 #if TCP_CWND_DEBUG in tcp_output()
938 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F in tcp_output()
943 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output()
967 #if TCP_CWND_DEBUG in tcp_output()
968 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"… in tcp_output()
Dtcp.c823 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"U16_F in tcp_slowtmr()
885 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
Dtcp_in.c968 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
974 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1976 #ifndef TCP_CWND_DEBUG
1977 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro