Searched refs:LIST_FIRST (Results 1 - 8 of 8) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dvar.h100 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
H A Drsalist.c56 #ifndef LIST_FIRST
57 #define LIST_FIRST(head) ((head)->lh_first) macro
H A Dhandler.c414 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) {
H A Dsainfo.c219 for (s = LIST_FIRST(&sitree); s; s = next) {
H A Disakmp.c2021 if (LIST_FIRST(&iph1->ph2tree) != NULL) {
2046 if (LIST_FIRST(&iph1->ph2tree) != NULL) {
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h275 #define LIST_FIRST(head) ((head)->lh_first) macro
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/
H A Dsys-queue.h62 #undef LIST_FIRST macro
269 #define LIST_FIRST(head) ((head)->lh_first) macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
275 for((var) = LIST_FIRST(head); \
280 for ((var) = LIST_FIRST(head); \
288 LIST_FIRST(head) = LIST_END(head); \
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c159 return LIST_FIRST(&pid_info);

Completed in 979 milliseconds