Searched refs:TAILQ_HEAD (Results 1 – 23 of 23) sorted by relevance
/external/chromium/third_party/libevent/ |
D | http-internal.h | 83 TAILQ_HEAD(evcon_requestq, evhttp_request) requests; 104 TAILQ_HEAD(evconq, evhttp_connection); 114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; 116 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
|
D | evrpc-internal.h | 44 TAILQ_HEAD(evrpc_hook_list, evrpc_hook); 67 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs; 83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
|
D | event.h | 260 TAILQ_HEAD (event_list, event); 261 TAILQ_HEAD (evkeyvalq, evkeyval);
|
/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 | nattraversal.c | 79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
|
D | policy.c | 65 static TAILQ_HEAD(_sptree, secpolicy) sptree;
|
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 | channels.h | 78 TAILQ_HEAD(channel_confirms, channel_confirm);
|
D | ssh-pkcs11-helper.c | 50 TAILQ_HEAD(, pkcs11_keyinfo) pkcs11_keylist;
|
D | ssh-pkcs11.c | 62 TAILQ_HEAD(, pkcs11_provider) pkcs11_providers;
|
D | ssh-keyscan.c | 105 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
|
D | sftp-client.c | 1004 TAILQ_HEAD(reqhead, request) requests; in do_download() 1353 TAILQ_HEAD(ackhead, outstanding_ack) acks; in do_upload()
|
D | ssh-agent.c | 115 TAILQ_HEAD(idqueue, identity) idlist;
|
D | clientloop.c | 190 TAILQ_HEAD(global_confirms, global_confirm);
|
D | packet.c | 194 TAILQ_HEAD(, packet) outgoing;
|
D | sshconnect2.c | 252 TAILQ_HEAD(idlist, identity);
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 86 #undef TAILQ_HEAD 391 #define TAILQ_HEAD(name, type) \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 320 #define TAILQ_HEAD(name, type) \ macro
|
/external/chromium/third_party/libevent/compat/sys/ |
D | queue.h | 275 #define TAILQ_HEAD(name, type) \ macro
|