Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c1256 #if TCP_CWND_DEBUG in tcp_output()
1282 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output()
1295 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output()
1360 #if TCP_CWND_DEBUG in tcp_output()
1361 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output()
Dtcp_in.c908 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F
996 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F
1299 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
1307 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
Dtcp.c1480 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F
1534 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n"));
/third_party/lwip/src/include/lwip/
Dopt.h3407 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__
3408 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro