Home
last modified time | relevance | path

Searched refs:tcp_timer_ctr (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/core/
Dtcp.c189 static u8_t tcp_timer_ctr; variable
1204 ++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()