Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dnetif.c178 netif->loop_cnt_current = 0; in netif_add()
642 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
643 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()
650 netif->loop_cnt_current += clen; in netif_loop_output()
722 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
723 netif->loop_cnt_current -= clen; in netif_poll()
/lk-master/external/lib/lwip/include/lwip/
A Dnetif.h227 u16_t loop_cnt_current; member

Completed in 6 milliseconds