HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_ENTRY (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/ipsec-tools/src/racoon/
throttle.h 39 TAILQ_ENTRY(throttle_entry) next;
genlist.h 48 TAILQ_ENTRY(genlist_entry) chain;
evt.h 69 TAILQ_ENTRY(evt) next;
schedule.h 56 TAILQ_ENTRY(sched) chain;
policy.h 76 TAILQ_ENTRY(secpolicy) chain;
remoteconf.h 130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
nattraversal.c 76 TAILQ_ENTRY(natt_ka_addrs) chain;
  /external/chromium/third_party/libevent/
http-internal.h 55 TAILQ_ENTRY(evhttp_connection) (next);
95 TAILQ_ENTRY(evhttp_cb) next;
108 TAILQ_ENTRY(evhttp_bound_socket) (next);
evrpc-internal.h 37 TAILQ_ENTRY(evrpc_hook) (next);
event.h 202 #ifndef TAILQ_ENTRY
204 #define TAILQ_ENTRY(type) \
209 #endif /* !TAILQ_ENTRY */
214 TAILQ_ENTRY (event) ev_next;
215 TAILQ_ENTRY (event) ev_active_next;
216 TAILQ_ENTRY (event) ev_signal_next;
248 TAILQ_ENTRY(evkeyval) next;
255 #undef TAILQ_ENTRY
    [all...]
evhttp.h 189 #if defined(TAILQ_ENTRY)
190 TAILQ_ENTRY(evhttp_request) next;
evrpc.h 75 TAILQ_ENTRY(evrpc) next;
341 TAILQ_ENTRY(evrpc_request_wrapper) next;
  /external/openssh/
channels.h 73 TAILQ_ENTRY(channel_confirm) entry;
ssh-pkcs11-helper.c 47 TAILQ_ENTRY(pkcs11_keyinfo) next;
ssh-keyscan.c 102 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
ssh-pkcs11.c 59 TAILQ_ENTRY(pkcs11_provider) next;
  /external/openssh/openbsd-compat/
sys-queue.h 88 #undef TAILQ_ENTRY
400 #define TAILQ_ENTRY(type) \
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 329 #define TAILQ_ENTRY(type) \
  /bionic/libc/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /development/ndk/platforms/android-3/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /external/chromium/third_party/libevent/compat/sys/
queue.h 284 #define TAILQ_ENTRY(type) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 374 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)

Completed in 819 milliseconds

1 2 3