Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c813 if (pcb->last_timer == tcp_timer_ctr) { in tcp_slowtmr()
818 pcb->last_timer = tcp_timer_ctr; in tcp_slowtmr()
1056 if (pcb->last_timer != tcp_timer_ctr) { in tcp_fasttmr()
1058 pcb->last_timer = tcp_timer_ctr; in tcp_fasttmr()
1329 pcb->last_timer = tcp_timer_ctr; in tcp_alloc()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h192 u8_t last_timer; member

Completed in 5 milliseconds