Searched refs:TCP_CWND_DEBUG (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_out.c | 1256 #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()
|
D | tcp_in.c | 908 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…
|
D | tcp.c | 1480 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/ |
D | opt.h | 3407 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__ 3408 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|