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

  /external/syslinux/core/lwip/src/core/
netif.c 168 netif->loop_last = NULL;
648 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL);
649 netif->loop_last->next = r;
650 netif->loop_last = last;
653 netif->loop_last = last;
708 if (in_end == netif->loop_last) {
710 netif->loop_first = netif->loop_last = NULL;
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 221 struct pbuf *loop_last; member in struct:netif

Completed in 474 milliseconds