Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c1218 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()
1224 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()
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()
/third_party/lwip/src/include/lwip/
Dtcp.h279 u8_t last_timer; member