Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c106 u32_t tcp_ticks; variable
983 ++tcp_ticks; in tcp_slowtmr()
1089 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1101 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1110 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1135 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1475 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1506 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_state()
1534 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
1639 pcb->tmr = tcp_ticks; in tcp_alloc()
[all …]
A Dtcp_out.c1306 pcb->rttest = tcp_ticks; in tcp_output_segment()
1593 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()
1654 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
A Dtcp_in.c670 pcb->tmr = tcp_ticks;
748 pcb->tmr = tcp_ticks;
1273 m = (s16_t)(tcp_ticks - pcb->rttest);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h318 extern u32_t tcp_ticks;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h309 extern u32_t tcp_ticks;

Completed in 19 milliseconds