Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c886 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()
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()
1233 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1259 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1260 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
[all …]
A Ddns.c171 u8_t tmr; member
649 pEntry->tmr = 1; in dns_check_entry()
662 if (--pEntry->tmr == 0) { in dns_check_entry()
667 pEntry->tmr = 1; in dns_check_entry()
683 pEntry->tmr = pEntry->retries; in dns_check_entry()
A Dtcp_out.c1374 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()
A Dtcp_in.c552 pcb->tmr = tcp_ticks; in tcp_timewait_input()
620 pcb->tmr = tcp_ticks; in tcp_process()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h193 u32_t tmr; member

Completed in 13 milliseconds