Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c135 static u8_t tcp_timer_ctr; variable
984 ++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