Searched refs:LIST_FOREACH (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | handler.c | 120 LIST_FOREACH(p, &ph1tree, chain) { 144 LIST_FOREACH(p, &ph1tree, chain) { 164 LIST_FOREACH(p, &ph1tree, chain) { 191 LIST_FOREACH(p, &ph1tree, chain) { 297 LIST_FOREACH(p, &ph1tree, chain) { 322 LIST_FOREACH(iph1, &ph1tree, chain) in dumpph1() 333 LIST_FOREACH(iph1, &ph1tree, chain) { in dumpph1() 544 LIST_FOREACH(p, &ph2tree, chain) { 574 LIST_FOREACH(p, &ph2tree, chain) { 592 LIST_FOREACH(p, &iph1->ph2tree, ph1bind) { [all …]
|
D | var.h | 98 #ifndef LIST_FOREACH 99 #define LIST_FOREACH(elm, head, field) \ macro
|
D | grabmyaddr.c | 102 LIST_FOREACH(cfg, &configured, chain) { 118 LIST_FOREACH(my, &opened, chain) { 157 LIST_FOREACH(cfg, &configured, chain) { 264 LIST_FOREACH(my, &opened, chain) { 278 LIST_FOREACH(my, &opened, chain) {
|
D | sainfo.c | 122 LIST_FOREACH(s, &sitree, chain) {
|
D | isakmp.c | 1967 LIST_FOREACH(p, &iph1->ph2tree, ph1bind) {
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 277 #define LIST_FOREACH(var, head, field) \ macro
|
/external/chromium/third_party/libevent/compat/sys/ |
D | queue.h | 162 #define LIST_FOREACH(var, head, field) \ macro
|