Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A 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 …]
H A Dtcp_out.c1106 pcb->rttest = tcp_ticks; in tcp_output_segment()
1380 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_keepalive()
1437 tcp_ticks, pcb->tmr, pcb->keep_cnt_sent)); in tcp_zero_window_probe()
H A 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp.c110 u32_t tcp_ticks; variable
991 ++tcp_ticks; in tcp_slowtmr()
1084 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1096 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1105 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1121 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr()
1130 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1139 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1212 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1472 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
[all …]
H A Dtcp_out.c1256 pcb->rttest = tcp_ticks; in tcp_output_segment()
1543 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
1604 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
H A Dtcp_in.c667 pcb->tmr = tcp_ticks;
745 pcb->tmr = tcp_ticks;
1241 m = (s16_t)(tcp_ticks - pcb->rttest);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtcp.c162 u32_t tcp_ticks; variable
1205 ++tcp_ticks; in tcp_slowtmr()
1322 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1334 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1342 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1357 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()
1365 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1374 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1447 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1736 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) { in tcp_kill_prio()
[all …]
H A Dtcp_in.c765 pcb->tmr = tcp_ticks;
845 pcb->tmr = tcp_ticks;
1347 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()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/
H A 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/
H A Dtest_tcp.c37 tcp_ticks = 0; in tcp_setup()
38 tcp_ticks = 0 - (tcp_next_iss(NULL) - 6510); in tcp_setup()
40 tcp_ticks = 0; in tcp_setup()
418 tcp_ticks = SEQNO1 - ISS; in START_TEST()
518 tcp_ticks = 0; in START_TEST()
519 tcp_ticks = 0 - tcp_next_iss(NULL); in START_TEST()
520 tcp_ticks = SEQNO1 - tcp_next_iss(NULL); in START_TEST()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/
H A Dtest_tcp.c56 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()
601 tcp_ticks = SEQNO1 - ISS; in START_TEST()
689 tcp_ticks = 0; in START_TEST()
690 tcp_ticks = 0 - tcp_next_iss(&dummy_pcb_for_iss); in START_TEST()
691 tcp_ticks = SEQNO1 - tcp_next_iss(&dummy_pcb_for_iss); in START_TEST()
1039 tcp_ticks = SEQNO1 - ISS; in START_TEST()
1160 tcp_ticks = SEQNO1 - ISS; in test_tcp_rto_timeout_impl()
1258 tcp_ticks = SEQNO1 - ISS; in test_tcp_rto_timeout_syn_sent_impl()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp_impl.h307 extern u32_t tcp_ticks;
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcp_priv.h312 extern u32_t tcp_ticks;
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dtcp_priv.h327 extern u32_t tcp_ticks;