Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H 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()
1904 pcb->rto = 3000 / TCP_SLOW_INTERVAL; in tcp_alloc()
1905 pcb->sv = 3000 / TCP_SLOW_INTERVAL; in tcp_alloc()
H A Dtcp_in.c1347 m, (u16_t)(m * TCP_SLOW_INTERVAL)));
1360 pcb->rto, (u16_t)(pcb->rto * TCP_SLOW_INTERVAL)));
/btstack/3rd-party/lwip/core/src/api/
H 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()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h127 #ifndef TCP_SLOW_INTERVAL
128 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds … macro