Searched refs:tmr (Results 1 – 5 of 5) sorted by relevance
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()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 …]
171 u8_t tmr; member649 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()
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()
552 pcb->tmr = tcp_ticks; in tcp_timewait_input()620 pcb->tmr = tcp_ticks; in tcp_process()
193 u32_t tmr; member
Completed in 11 milliseconds