Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h184 #define LIST_FIRST(head) ((head)->lh_first) macro
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
190 for((var) = LIST_FIRST(head); \
198 LIST_FIRST(head) = LIST_END(head); \