Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp.c1221 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()
1227 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()
1493 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()
1495 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()
1911 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()
/lib/lwip/lwip/src/include/lwip/
A Dtcp.h279 u8_t last_timer; member

Completed in 15 milliseconds