Searched refs:TCPWNDSIZE_F (Results 1 – 4 of 4) sorted by relevance
| /lib/lwip/lwip/src/core/ |
| A D | tcp_in.c | 884 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F 885 " ssthresh %"TCPWNDSIZE_F"\n", 889 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)… 977 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F 978 " ssthresh %"TCPWNDSIZE_F"\n", 1122 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ", 1130 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing %s)\n", 1177 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"TCPWNDSIZE_F"\n", pcb->snd_wnd)); 1270 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd)); 1278 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
|
| A D | tcp_out.c | 325 …UG | LWIP_DBG_LEVEL_SEVERE, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"TCPWNDSIZE_F")\n", in tcp_write_checks() 331 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks() 1265 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output() 1266 ", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output() 1279 ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output() 1344 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output() 1798 ("tcp_receive: The minimum value for ssthresh %"TCPWNDSIZE_F in tcp_rexmit_fast()
|
| A D | tcp.c | 1005 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"TCPWNDSIZE_F" (%"TCPWNDSIZE_F"… in tcp_recved() 1306 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F in tcp_slowtmr() 1307 " ssthresh %"TCPWNDSIZE_F"\n", in tcp_slowtmr()
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | tcp_priv.h | 311 #define TCPWNDSIZE_F U32_F macro 316 #define TCPWNDSIZE_F U16_F macro
|
Completed in 23 milliseconds