Searched refs:tcp_timer_ctr (Results 1 – 1 of 1) sorted by relevance
189 static u8_t tcp_timer_ctr; variable1204 ++tcp_timer_ctr; in tcp_slowtmr()1218 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()1224 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()1484 ++tcp_timer_ctr; in tcp_fasttmr()1490 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()1492 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()1906 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()