Searched defs:TAILQ_HEAD (Results 1 – 8 of 8) sorted by relevance
/external/libevent/include/event2/ |
D | keyvalq_struct.h | 47 #define TAILQ_HEAD(name, type) \ macro
|
D | event_struct.h | 80 #define TAILQ_HEAD(name, type) \ macro
|
/external/ipsec-tools/src/racoon/ |
D | remoteconf.c | 80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() function
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 320 #define TAILQ_HEAD(name, type) \ macro
|
/external/libevent/compat/sys/ |
D | queue.h | 275 #define TAILQ_HEAD(name, type) \ macro
|
/external/iperf3/src/ |
D | queue.h | 306 #define TAILQ_HEAD(name, type) \ macro
|
/external/libiio/src/iiod/ |
D | queue.h | 372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 407 #define TAILQ_HEAD(name, type) \ macro
|