Searched refs:TCP_CWND_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_out.c | 902 #if TCP_CWND_DEBUG in tcp_output() 946 #if TCP_CWND_DEBUG in tcp_output() 948 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F in tcp_output() 953 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output() 977 #if TCP_CWND_DEBUG in tcp_output() 978 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"… in tcp_output()
|
| D | tcp.c | 870 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"U16_F in tcp_slowtmr() 925 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
|
| D | tcp_in.c | 990 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive() 996 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"U16_F"\n", pcb->cwnd)); in tcp_receive()
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 2038 #ifndef TCP_CWND_DEBUG 2039 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|