Searched refs:TCP_CWND_DEBUG (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/include/lwip2/
H A Dlwipopts.h470 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
/barrelfish-master/include/lwip/lwip/
H A Dopt.h1724 * TCP_CWND_DEBUG: Enable debugging for TCP congestion window.
1726 #ifndef TCP_CWND_DEBUG
1727 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
/barrelfish-master/lib/lwip/src/core/
H A Dtcp_out.c500 #if TCP_CWND_DEBUG
502 #endif /* TCP_CWND_DEBUG */
587 #if TCP_CWND_DEBUG
589 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %" U16_F
595 LWIP_DEBUGF(TCP_CWND_DEBUG,
602 #endif /* TCP_CWND_DEBUG */
619 #if TCP_CWND_DEBUG
620 LWIP_DEBUGF(TCP_CWND_DEBUG,
627 #endif /* TCP_CWND_DEBUG */
H A Dtcp.c614 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %" U16_F
680 LWIP_DEBUGF(TCP_CWND_DEBUG,
H A Dtcp_in.c893 LWIP_DEBUGF(TCP_CWND_DEBUG,
902 LWIP_DEBUGF(TCP_CWND_DEBUG,
/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_out.c999 #if TCP_CWND_DEBUG
1001 #endif /* TCP_CWND_DEBUG */
1057 #if TCP_CWND_DEBUG
1059 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F
1064 LWIP_DEBUGF(TCP_CWND_DEBUG,
1071 #endif /* TCP_CWND_DEBUG */
1106 #if TCP_CWND_DEBUG
1107 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n",
1113 #endif /* TCP_CWND_DEBUG */
H A Dtcp_in.c772 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F
861 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F
1133 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
1139 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
H A Dtcp.c1068 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F
1124 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n"));
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h2769 * TCP_CWND_DEBUG: Enable debugging for TCP congestion window.
2771 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__
2772 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro

Completed in 122 milliseconds