Searched refs:loop_cnt_current (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dnetif.c126 netif->loop_cnt_current = 0;
538 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) ||
539 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) {
544 netif->loop_cnt_current += clen;
603 LWIP_ASSERT("netif->loop_cnt_current underflow",
604 ((netif->loop_cnt_current - clen) <
605 netif->loop_cnt_current));
606 netif->loop_cnt_current -= clen;
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dnetif.c303 netif->loop_cnt_current = 0;
829 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) ||
830 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) {
837 netif->loop_cnt_current += clen;
938 LWIP_ASSERT("netif->loop_cnt_current underflow",
939 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current));
940 netif->loop_cnt_current -= clen;
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dnetif.h176 u16_t loop_cnt_current; member in struct:netif
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dnetif.h338 u16_t loop_cnt_current; member in struct:netif

Completed in 96 milliseconds