Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c999 #if TCP_CWND_DEBUG in tcp_output()
1057 #if TCP_CWND_DEBUG in tcp_output()
1059 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output()
1064 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output()
1106 #if TCP_CWND_DEBUG in tcp_output()
1107 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output()
H A Dtcp_in.c772 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F
860 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F
1132 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
1138 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
H A Dtcp.c1100 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F in tcp_slowtmr()
1156 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dopt.h2859 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__
2860 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro