Searched refs:tcp_timer_ctr (Results 1 – 1 of 1) sorted by relevance
135 static u8_t tcp_timer_ctr; variable984 ++tcp_timer_ctr; in tcp_slowtmr()998 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()1004 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()1258 ++tcp_timer_ctr; in tcp_fasttmr()1264 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()1266 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()1640 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()
Completed in 6 milliseconds