Searched refs:tcp_timer_ctr (Results 1 – 1 of 1) sorted by relevance
189 static u8_t tcp_timer_ctr; variable1207 ++tcp_timer_ctr; in tcp_slowtmr()1221 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()1227 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()1487 ++tcp_timer_ctr; in tcp_fasttmr()1493 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()1495 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()1909 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()