Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dnetif.c179 netif->loop_cnt_current = 0; in netif_add()
620 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
621 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()
628 netif->loop_cnt_current += clen; in netif_loop_output()
700 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
701 netif->loop_cnt_current -= clen; in netif_poll()
/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h223 u16_t loop_cnt_current; member