Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c162 u32_t tcp_ticks; variable
1206 ++tcp_ticks; in tcp_slowtmr()
1324 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1336 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1344 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1359 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()
1367 if ((u32_t)(tcp_ticks - pcb->tmr) > 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()
1738 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) { in tcp_kill_prio()
[all …]
H A Dtcp_in.c768 pcb->tmr = tcp_ticks;
848 pcb->tmr = tcp_ticks;
1344 m = (s16_t)(tcp_ticks - pcb->rttest);
H A Dtcp_out.c1539 pcb->rttest = tcp_ticks; in tcp_output_segment()
2091 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
2136 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h327 extern u32_t tcp_ticks;