Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c508 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
555 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
/third_party/FreeBSD/sys/sys/
Dqueue.h536 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro