Home
last modified time | relevance | path

Searched defs:SLIST_EMPTY (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/external/libevent/compat/sys/
Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/external/iperf3/src/
Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/external/libiio/src/iiod/
Dqueue.h203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/external/usrsctp/usrsctplib/
Duser_queue.h161 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/external/openssh/openbsd-compat/
Dsys-queue.h203 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro