Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_sctp.c222 if (!TAILQ_EMPTY(&test->xbind_addrs)) { in iperf_sctp_listen()
435 if (!TAILQ_EMPTY(&test->xbind_addrs)) { in iperf_sctp_connect()
525 if (TAILQ_EMPTY(&test->xbind_addrs)) in iperf_sctp_bindx()
570 if (TAILQ_EMPTY(&test->xbind_addrs)) in iperf_sctp_bindx()
Dqueue.h332 #define TAILQ_EMPTY(head) \ macro
Diperf_api.c2352 if (!TAILQ_EMPTY(&test->xbind_addrs)) { in iperf_free_test()
2355 while (!TAILQ_EMPTY(&test->xbind_addrs)) { in iperf_free_test()
2404 while (!TAILQ_EMPTY(&test->server_output_list)) { in iperf_free_test()
2412 if (!TAILQ_EMPTY(&test->xbind_addrs)) { in iperf_free_test()
2533 while (!TAILQ_EMPTY(&test->server_output_list)) { in iperf_reset_test()
/external/openssh/openbsd-compat/
Dsys-queue.h94 #undef TAILQ_EMPTY
433 #define TAILQ_EMPTY(head) \ macro
/external/libevent/
Dutil-internal.h189 if (TAILQ_EMPTY((tailq))) \
Devent.c885 EVUTIL_ASSERT(TAILQ_EMPTY(&base->activequeues[i])); in event_base_free_()
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h338 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/external/libevent/compat/sys/
Dqueue.h301 #define TAILQ_EMPTY(head) \ macro