Searched refs:tcp_ticks (Results 1 – 5 of 5) sorted by relevance
162 u32_t tcp_ticks; variable1203 ++tcp_ticks; in tcp_slowtmr()1321 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1333 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1341 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1356 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()1364 if ((u32_t)(tcp_ticks - pcb->tmr) > 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()1735 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) { in tcp_kill_prio()[all …]
765 pcb->tmr = tcp_ticks;845 pcb->tmr = tcp_ticks;1348 m = (s16_t)(tcp_ticks - pcb->rttest);
1540 pcb->rttest = tcp_ticks; in tcp_output_segment()2092 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()2137 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
56 tcp_ticks = 0; in tcp_setup()57 tcp_ticks = 0 - (tcp_next_iss(&dummy_pcb) - 6510); in tcp_setup()59 tcp_ticks = 0; in tcp_setup()648 tcp_ticks = SEQNO1 - ISS; in START_TEST()736 tcp_ticks = 0; in START_TEST()737 tcp_ticks = 0 - tcp_next_iss(&dummy_pcb_for_iss); in START_TEST()738 tcp_ticks = SEQNO1 - tcp_next_iss(&dummy_pcb_for_iss); in START_TEST()1086 tcp_ticks = SEQNO1 - ISS; in START_TEST()1207 tcp_ticks = SEQNO1 - ISS; in test_tcp_rto_timeout_impl()1305 tcp_ticks = SEQNO1 - ISS; in test_tcp_rto_timeout_syn_sent_impl()[all …]
327 extern u32_t tcp_ticks;