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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h365 if (LIST_FIRST((head)) != NULL && \
366 LIST_FIRST((head))->field.le_prev != \
367 &LIST_FIRST((head))) \
390 #define LIST_FIRST(head) ((head)->lh_first) macro
393 for ((var) = LIST_FIRST((head)); \
398 for ((var) = LIST_FIRST((head)); \
403 LIST_FIRST((head)) = NULL; \
425 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
426 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
427 LIST_FIRST((hea
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h297 #define LIST_FIRST(head) ((head)->lh_first) macro
300 for ((var) = LIST_FIRST((head)); \
305 for ((var) = LIST_FIRST((head)); \
310 LIST_FIRST((head)) = NULL; \
329 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
330 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
331 LIST_FIRST((head)) = (elm); \
332 (elm)->field.le_prev = &LIST_FIRST((head)); \
/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.c2016 if (LIST_FIRST(&iph1->ph2tree) != NULL) {
2041 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/chromium_org/third_party/libevent/compat/sys/
H A Dqueue.h157 #define LIST_FIRST(head) ((head)->lh_first) macro
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
163 for((var) = LIST_FIRST(head); \
171 LIST_FIRST(head) = LIST_END(head); \
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c1282 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1387 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1514 stcb = LIST_FIRST(&inp->sctp_asoc_list);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_usrreq.c1176 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1420 stcb = LIST_FIRST(&inp->sctp_asoc_list);
2047 stcb = LIST_FIRST(&inp->sctp_asoc_list);
2189 stcb = LIST_FIRST(&inp->sctp_asoc_list); \
5425 stcb = LIST_FIRST(&inp->sctp_asoc_list);
5680 stcb = LIST_FIRST(&inp->sctp_asoc_list);
7466 stcb = LIST_FIRST(&inp->sctp_asoc_list);
7631 stcb = LIST_FIRST(&inp->sctp_asoc_list);
7954 stcb = LIST_FIRST(&inp->sctp_asoc_list);
8169 stcb = LIST_FIRST(
[all...]
H A Dsctp_pcb.c1350 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1562 stcb = LIST_FIRST(&inp->sctp_asoc_list);
8064 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead));
H A Dsctp_output.c2578 inp->next_addr_touse = LIST_FIRST(&inp->sctp_addr_list);
2607 inp->next_addr_touse = LIST_FIRST(&inp->sctp_addr_list);
2762 stcb->asoc.last_used_address = LIST_FIRST(&inp->sctp_addr_list);
2800 stcb->asoc.last_used_address = LIST_FIRST(&inp->sctp_addr_list);
13334 stcb = LIST_FIRST(&inp->sctp_asoc_list);
H A Dsctputil.c1342 it->stcb = LIST_FIRST(&it->inp->sctp_asoc_list);
7090 start = LIST_FIRST(hp);

Completed in 777 milliseconds