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

1 2

  /external/ipsec-tools/src/racoon/
var.h 100 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
rsalist.c 56 #ifndef LIST_FIRST
57 #define LIST_FIRST(head) ((head)->lh_first)
handler.c 414 for (p = LIST_FIRST(&ph1tree); p; p = next) {
714 for (p = LIST_FIRST(&ph2tree); p; p = next) {
747 for (iph2 = LIST_FIRST(&ph2tree); iph2 != NULL; iph2 = next) {
1023 for (r = LIST_FIRST(&rcptree); r; r = next) {
1308 for (iph2 = LIST_FIRST(&iph1->ph2tree); iph2; iph2 = iph2_next) {
1323 for (p = LIST_FIRST(&ph1tree); p; p = next) {
1490 for (p = LIST_FIRST(&ph1tree); p; p = next) {
1506 for (p = LIST_FIRST(&ph2tree); p; p = next) {
sainfo.c 219 for (s = LIST_FIRST(&sitree); s; s = next) {
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 275 #define LIST_FIRST(head) ((head)->lh_first)
278 for ((var) = LIST_FIRST((head)); \
283 LIST_FIRST((head)) = NULL; \
302 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
303 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
304 LIST_FIRST((head)) = (elm); \
305 (elm)->field.le_prev = &LIST_FIRST((head)); \
  /external/openssh/openbsd-compat/
sys-queue.h 62 #undef LIST_FIRST
269 #define LIST_FIRST(head) ((head)->lh_first)
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
275 for((var) = LIST_FIRST(head); \
283 LIST_FIRST(head) = LIST_END(head); \
  /external/chromium/third_party/libevent/compat/sys/
queue.h 157 #define LIST_FIRST(head) ((head)->lh_first)
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
163 for((var) = LIST_FIRST(head); \
171 LIST_FIRST(head) = LIST_END(head); \
  /bionic/libc/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /development/ndk/platforms/android-3/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 143 #define LIST_FIRST(head) ((head)->lh_first)

Completed in 42 milliseconds

1 2