Searched refs:TAILQ_INSERT_HEAD (Results 1 – 9 of 9) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | throttle.c | 87 TAILQ_INSERT_HEAD(&throttle_list, te, next);
|
D | genlist.c | 54 TAILQ_INSERT_HEAD(head, entry, chain); in genlist_insert()
|
D | remoteconf.c | 371 TAILQ_INSERT_HEAD(&rmtree, new, chain);
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 98 #undef TAILQ_INSERT_HEAD 467 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 374 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/iperf3/src/ |
D | iperf_sctp.c | 643 TAILQ_INSERT_HEAD(&test->xbind_addrs, xbe0, link); in iperf_sctp_bindx()
|
D | queue.h | 353 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/libevent/compat/sys/ |
D | queue.h | 322 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro
|
/external/libevent/ |
D | event.c | 3305 TAILQ_INSERT_HEAD(&ctl->events, ev, in insert_common_timeout_inorder()
|