Home
last modified time | relevance | path

Searched refs:TAILQ_ENTRY (Results 1 – 21 of 21) sorted by relevance

/external/ipsec-tools/src/racoon/
Dthrottle.h39 TAILQ_ENTRY(throttle_entry) next;
Dgenlist.h48 TAILQ_ENTRY(genlist_entry) chain;
Dschedule.h56 TAILQ_ENTRY(sched) chain;
Devt.h69 TAILQ_ENTRY(evt) next;
Dremoteconf.h130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
Dpolicy.h76 TAILQ_ENTRY(secpolicy) chain;
Dnattraversal.c76 TAILQ_ENTRY(natt_ka_addrs) chain;
Disakmp_agg.c361 TAILQ_ENTRY(natd_payload) chain;
/external/openssh/
Dchannels.h78 TAILQ_ENTRY(channel_confirm) entry;
Dpacket.h48 TAILQ_ENTRY(key_entry) next;
Dssh-pkcs11-helper.c47 TAILQ_ENTRY(pkcs11_keyinfo) next;
Dssh-pkcs11.c61 TAILQ_ENTRY(pkcs11_provider) next;
Dssh-keyscan.c105 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
Dsftp-client.c1161 TAILQ_ENTRY(request) tq; in do_download()
1566 TAILQ_ENTRY(outstanding_ack) tq; in do_upload()
Dkrl.c89 TAILQ_ENTRY(revoked_certs) entry;
Dssh-agent.c113 TAILQ_ENTRY(identity) next;
Dsshconnect2.c254 TAILQ_ENTRY(identity) next;
Dclientloop.c188 TAILQ_ENTRY(global_confirm) entry;
Dpacket.c106 TAILQ_ENTRY(packet) next;
/external/openssh/openbsd-compat/
Dsys-queue.h88 #undef TAILQ_ENTRY
416 #define TAILQ_ENTRY(type) \ macro
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h329 #define TAILQ_ENTRY(type) \ macro