Searched refs:TCP_CWND_DEBUG (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 47 #define TCP_CWND_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_CWND) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_out.c | 381 #if TCP_CWND_DEBUG 383 #endif /* TCP_CWND_DEBUG */ 448 #if TCP_CWND_DEBUG 450 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", seg == NULL, ack %"U32_F"\n", 454 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F"\n", 459 #endif /* TCP_CWND_DEBUG */ 463 #if TCP_CWND_DEBUG 464 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U32_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", 470 #endif /* TCP_CWND_DEBUG */
|
H A D | tcp.c | 522 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"U16_F" ssthresh %"U16_F"\n", 562 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n"));
|
H A D | tcp_in.c | 732 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); 738 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"U16_F"\n", pcb->cwnd));
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 667 #ifndef TCP_CWND_DEBUG 668 #define TCP_CWND_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp_out.c | 910 #if TCP_CWND_DEBUG 912 #endif /* TCP_CWND_DEBUG */ 954 #if TCP_CWND_DEBUG 956 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F 961 LWIP_DEBUGF(TCP_CWND_DEBUG, 968 #endif /* TCP_CWND_DEBUG */ 985 #if TCP_CWND_DEBUG 986 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"U16_F", cwnd %"U16_F", wnd %"U32_F", effwnd %"U32_F", seq %"U32_F", ack %"U32_F", i %"S16_F"\n", 992 #endif /* TCP_CWND_DEBUG */
|
H A D | tcp.c | 943 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"U16_F 998 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n"));
|
H A D | tcp_in.c | 1258 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"U16_F"\n", pcb->cwnd)); 1264 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"U16_F"\n", pcb->cwnd));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2350 * TCP_CWND_DEBUG: Enable debugging for TCP congestion window. 2352 #ifndef TCP_CWND_DEBUG 2353 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 91 #define TCP_CWND_DEBUG DBG_ON macro
|
Completed in 274 milliseconds