Searched refs:tcp_timer_ctr (Results 1 – 1 of 1) sorted by relevance
123 static u8_t tcp_timer_ctr; variable799 ++tcp_timer_ctr; in tcp_slowtmr()813 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()818 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()1050 ++tcp_timer_ctr; in tcp_fasttmr()1056 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()1058 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()1329 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()