Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c874 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SENT): cwnd %"TCPWNDSIZE_F
875 " ssthresh %"TCPWNDSIZE_F"\n",
879 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)…
962 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_process (SYN_RCVD): cwnd %"TCPWNDSIZE_F
963 " ssthresh %"TCPWNDSIZE_F"\n",
1110 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ",
1118 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing %s)\n",
1166 LWIP_DEBUGF(TCP_WND_DEBUG, ("tcp_receive: window update %"TCPWNDSIZE_F"\n", pcb->snd_wnd));
1265 … LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: slow start cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd));
1273 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_receive: congestion avoidance cwnd %"TCPWNDSIZE_F"\n", pcb->cwnd…
Dtcp_out.c322 …UG | LWIP_DBG_LEVEL_SEVERE, ("tcp_write: too much data (len=%"U16_F" > snd_buf=%"TCPWNDSIZE_F")\n", in tcp_write_checks()
328 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks()
1270 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F in tcp_output()
1271 ", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
1284 ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32_F in tcp_output()
1349 …LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_output: snd_wnd %"TCPWNDSIZE_F", cwnd %"TCPWNDSIZE_F", wnd %"U32… in tcp_output()
1803 ("tcp_receive: The minimum value for ssthresh %"TCPWNDSIZE_F in tcp_rexmit_fast()
Dtcp.c1002 …LWIP_DEBUGF(TCP_DEBUG, ("tcp_recved: received %"U16_F" bytes, wnd %"TCPWNDSIZE_F" (%"TCPWNDSIZE_F"… in tcp_recved()
1303 LWIP_DEBUGF(TCP_CWND_DEBUG, ("tcp_slowtmr: cwnd %"TCPWNDSIZE_F in tcp_slowtmr()
1304 " ssthresh %"TCPWNDSIZE_F"\n", in tcp_slowtmr()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h314 #define TCPWNDSIZE_F U32_F macro
319 #define TCPWNDSIZE_F U16_F macro