Searched refs:TCP_CWND_DEBUG (Results 1 – 13 of 13) sorted by relevance
| /components/net/lwip/port/ |
| A D | lwipopts.h | 236 #define TCP_CWND_DEBUG LWIP_DBG_ON macro 238 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A 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()
|
| A 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()
|
| A 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()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 2038 #ifndef TCP_CWND_DEBUG 2039 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 999 #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()
|
| A D | tcp_in.c | 791 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F 880 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F 1152 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd)); 1158 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
|
| A D | tcp.c | 1073 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F in tcp_slowtmr() 1129 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2771 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__ 2772 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 1243 #if TCP_CWND_DEBUG in tcp_output() 1269 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output() 1282 LWIP_DEBUGF(TCP_CWND_DEBUG, in tcp_output() 1347 #if TCP_CWND_DEBUG in tcp_output() 1348 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output()
|
| A D | tcp_in.c | 873 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F 961 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F 1264 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd)); 1272 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
|
| A D | tcp.c | 1302 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F in tcp_slowtmr() 1356 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: dropping OOSEQ queued data\n")); in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3400 #if !defined TCP_CWND_DEBUG || defined __DOXYGEN__ 3401 #define TCP_CWND_DEBUG LWIP_DBG_OFF macro
|
Completed in 44 milliseconds