Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp.c1325 TCP_FIN_WAIT_TIMEOUT / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1337 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1346 / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1368 TCP_SYN_RCVD_TIMEOUT / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1376 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1449 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1906 pcb->rto = LWIP_TCP_RTO_TIME / TCP_SLOW_INTERVAL; in tcp_alloc()
1907 pcb->sv = LWIP_TCP_RTO_TIME / TCP_SLOW_INTERVAL; in tcp_alloc()
A Dtcp_in.c1356 m, (u16_t)(m * TCP_SLOW_INTERVAL)));
1369 pcb->rto, (u16_t)(pcb->rto * TCP_SLOW_INTERVAL)));
/lib/lwip/lwip/src/api/
A Dapi_lib.c211 ((LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT + TCP_SLOW_INTERVAL - 1) / TCP_SLOW_INTERVAL) + 1; in netconn_prepare_delete()
1108 ((LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT + TCP_SLOW_INTERVAL - 1) / TCP_SLOW_INTERVAL) + 1; in netconn_close_shutdown()
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h124 #ifndef TCP_SLOW_INTERVAL
125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds … macro

Completed in 15 milliseconds