HomeSort by relevance Sort by last modified time
    Searched refs:loop_cnt_current (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
netif.c 179 netif->loop_cnt_current = 0;
620 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) ||
621 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) {
628 netif->loop_cnt_current += clen;
699 LWIP_ASSERT("netif->loop_cnt_current underflow",
700 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current));
701 netif->loop_cnt_current -= clen;
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 223 u16_t loop_cnt_current; member in struct:netif

Completed in 241 milliseconds