Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h111 #define SLIST_END(head) NULL macro
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
117 (var) != SLIST_END(head); \
122 ((var) = *(varp)) != SLIST_END(head); \
129 SLIST_FIRST(head) = SLIST_END(head); \