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.c192 static u8_t tcp_timer_ctr; variable
1381 ++tcp_timer_ctr;
1395 if (pcb->last_timer == tcp_timer_ctr) {
1401 pcb->last_timer = tcp_timer_ctr;
1661 ++tcp_timer_ctr;
1667 if (pcb->last_timer != tcp_timer_ctr) {
1669 pcb->last_timer = tcp_timer_ctr;
2083 pcb->last_timer = tcp_timer_ctr;