Home
last modified time | relevance | path

Searched refs:TAILQ_HEAD (Results 1 – 23 of 23) sorted by relevance

/external/chromium/third_party/libevent/
Dhttp-internal.h83 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;
Devrpc-internal.h44 TAILQ_HEAD(evrpc_hook_list, evrpc_hook);
67 TAILQ_HEAD(evrpc_list, evrpc) registered_rpcs;
83 TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
Devent.h260 TAILQ_HEAD (event_list, event);
261 TAILQ_HEAD (evkeyvalq, evkeyval);
/external/ipsec-tools/src/racoon/
Dthrottle.h43 TAILQ_HEAD(throttle_list, throttle_entry);
Dgenlist.h43 TAILQ_HEAD(genlist, genlist_entry);
Devt.h72 TAILQ_HEAD(evtlist, evt);
Dschedule.c69 static TAILQ_HEAD(_schedtree, sched) sctree;
Dnattraversal.c79 static TAILQ_HEAD(_natt_ka_addrs, natt_ka_addrs) ka_tree;
Dpolicy.c65 static TAILQ_HEAD(_sptree, secpolicy) sptree;
Dremoteconf.c80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() function
Disakmp_agg.c363 TAILQ_HEAD(_natd_payload, natd_payload) natd_tree;
/external/openssh/
Dchannels.h78 TAILQ_HEAD(channel_confirms, channel_confirm);
Dssh-pkcs11-helper.c50 TAILQ_HEAD(, pkcs11_keyinfo) pkcs11_keylist;
Dssh-pkcs11.c62 TAILQ_HEAD(, pkcs11_provider) pkcs11_providers;
Dssh-keyscan.c105 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
Dsftp-client.c1004 TAILQ_HEAD(reqhead, request) requests; in do_download()
1353 TAILQ_HEAD(ackhead, outstanding_ack) acks; in do_upload()
Dssh-agent.c115 TAILQ_HEAD(idqueue, identity) idlist;
Dclientloop.c190 TAILQ_HEAD(global_confirms, global_confirm);
Dpacket.c194 TAILQ_HEAD(, packet) outgoing;
Dsshconnect2.c252 TAILQ_HEAD(idlist, identity);
/external/openssh/openbsd-compat/
Dsys-queue.h86 #undef TAILQ_HEAD
391 #define TAILQ_HEAD(name, type) \ macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h320 #define TAILQ_HEAD(name, type) \ macro
/external/chromium/third_party/libevent/compat/sys/
Dqueue.h275 #define TAILQ_HEAD(name, type) \ macro