Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/
A Dnetif.c185 netif->loop_cnt_current = 0; in netif_add()
684 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
685 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()
692 netif->loop_cnt_current += clen; in netif_loop_output()
764 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
765 netif->loop_cnt_current -= clen; in netif_poll()
/components/net/lwip/lwip-2.0.3/src/core/
A Dnetif.c309 netif->loop_cnt_current = 0; in netif_add()
870 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
871 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()
878 netif->loop_cnt_current += clen; in netif_loop_output()
981 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
982 netif->loop_cnt_current -= clen; in netif_poll()
/components/net/lwip/lwip-2.1.2/src/core/
A Dnetif.c370 netif->loop_cnt_current = 0; in netif_add()
1158 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
1159 ((netif->loop_cnt_current + clen) > LWIP_MIN(LWIP_LOOPBACK_MAX_PBUFS, 0xFFFF))) { in netif_loop_output()
1166 netif->loop_cnt_current = (u16_t)(netif->loop_cnt_current + clen); in netif_loop_output()
1277 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
1278 netif->loop_cnt_current = (u16_t)(netif->loop_cnt_current - clen); in netif_poll()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetif.h235 u16_t loop_cnt_current; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetif.h346 u16_t loop_cnt_current; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetif.h389 u16_t loop_cnt_current; member

Completed in 13 milliseconds