Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dsys-queue.h50 #undef SLIST_EMPTY
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/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/
Diperf_server_api.c237 while (!SLIST_EMPTY(&test->streams)) { in server_timer_proc()
Dqueue.h112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
Diperf_api.c2340 while (!SLIST_EMPTY(&test->streams)) { in iperf_free_test()
2386 while (!SLIST_EMPTY(&test->protocols)) { in iperf_free_test()
2437 while (!SLIST_EMPTY(&test->streams)) { in iperf_reset_test()
3677 if (SLIST_EMPTY(&test->streams)) { in iperf_add_stream()