Searched refs:TAILQ_HEAD (Results 1 – 21 of 21) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | throttle.h | 43 TAILQ_HEAD(throttle_list, throttle_entry);
|
D | genlist.h | 43 TAILQ_HEAD(genlist, genlist_entry);
|
D | evt.h | 72 TAILQ_HEAD(evtlist, evt);
|
D | schedule.c | 69 static TAILQ_HEAD(_schedtree, sched) sctree;
|
D | policy.c | 65 static TAILQ_HEAD(_sptree, secpolicy) sptree;
|
D | nattraversal.c | 79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
|
D | remoteconf.c | 80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() function
|
D | isakmp_agg.c | 363 TAILQ_HEAD(_natd_payload, natd_payload) natd_tree;
|
/external/openssh/ |
D | packet.h | 72 TAILQ_HEAD(, key_entry) private_keys; 73 TAILQ_HEAD(, key_entry) public_keys;
|
D | channels.h | 83 TAILQ_HEAD(channel_confirms, channel_confirm);
|
D | ssh-pkcs11-helper.c | 50 TAILQ_HEAD(, pkcs11_keyinfo) pkcs11_keylist;
|
D | ssh-pkcs11.c | 64 TAILQ_HEAD(, pkcs11_provider) pkcs11_providers;
|
D | ssh-keyscan.c | 108 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
|
D | sftp-client.c | 1163 TAILQ_HEAD(reqhead, request) requests; in do_download() 1568 TAILQ_HEAD(ackhead, outstanding_ack) acks; in do_upload()
|
D | krl.c | 91 TAILQ_HEAD(revoked_certs_list, revoked_certs);
|
D | ssh-agent.c | 123 TAILQ_HEAD(idqueue, identity) idlist;
|
D | sshconnect2.c | 262 TAILQ_HEAD(idlist, identity);
|
D | clientloop.c | 193 TAILQ_HEAD(global_confirms, global_confirm);
|
D | packet.c | 220 TAILQ_HEAD(, packet) outgoing;
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 86 #undef TAILQ_HEAD 407 #define TAILQ_HEAD(name, type) \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 320 #define TAILQ_HEAD(name, type) \ macro
|