Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp.c92 u32_t tcp_ticks; variable
798 ++tcp_ticks; in tcp_slowtmr()
886 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
898 if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
908 else if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
922 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr()
931 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
940 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1010 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1232 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
[all …]
Dtcp_out.c1106 pcb->rttest = tcp_ticks; in tcp_output_segment()
1374 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_keepalive()
1431 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_zero_window_probe()
Dtcp_in.c552 pcb->tmr = tcp_ticks; in tcp_timewait_input()
620 pcb->tmr = tcp_ticks; in tcp_process()
1094 m = (s16_t)(tcp_ticks - pcb->rttest); in tcp_receive()
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c36 tcp_ticks = 0; in tcp_setup()
37 tcp_ticks = 0 - (tcp_next_iss() - 6510); in tcp_setup()
39 tcp_ticks = 0; in tcp_setup()
344 tcp_ticks = SEQNO1 - ISS; in START_TEST()
441 tcp_ticks = 0; in START_TEST()
442 tcp_ticks = 0 - tcp_next_iss(); in START_TEST()
443 tcp_ticks = SEQNO1 - tcp_next_iss(); in START_TEST()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h307 extern u32_t tcp_ticks;