Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c1322 TCP_FIN_WAIT_TIMEOUT / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1334 (pcb->keep_idle + TCP_KEEP_DUR(pcb)) / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1343 / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1365 TCP_SYN_RCVD_TIMEOUT / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1373 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1446 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1901 pcb->rto = 3000 / TCP_SLOW_INTERVAL; in tcp_alloc()
1902 pcb->sv = 3000 / TCP_SLOW_INTERVAL; in tcp_alloc()
Dtcp_in.c1351 m, (u16_t)(m * TCP_SLOW_INTERVAL)));
1364 pcb->rto, (u16_t)(pcb->rto * TCP_SLOW_INTERVAL)));
/third_party/lwip/src/api/
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()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h127 #ifndef TCP_SLOW_INTERVAL
128 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds … macro