/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp.c | 92 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 D | tcp_out.c | 1106 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 D | tcp_in.c | 552 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 D | tcp.c | 110 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 D | tcp_out.c | 1256 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 D | tcp_in.c | 667 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 D | tcp.c | 162 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 D | tcp_in.c | 765 pcb->tmr = tcp_ticks; 845 pcb->tmr = tcp_ticks; 1347 m = (s16_t)(tcp_ticks - pcb->rttest);
|
H A D | tcp_out.c | 1539 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 D | test_tcp.c | 36 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 D | test_tcp.c | 37 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 D | test_tcp.c | 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() 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 D | tcp_impl.h | 307 extern u32_t tcp_ticks;
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | tcp_priv.h | 312 extern u32_t tcp_ticks;
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcp_priv.h | 327 extern u32_t tcp_ticks;
|