Searched refs:LIST_FOREACH (Results 1 – 7 of 7) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | handler.c | 109 LIST_FOREACH(p, &ph1tree, chain) { 129 LIST_FOREACH(p, &ph1tree, chain) { 155 LIST_FOREACH(p, &ph1tree, chain) { 183 LIST_FOREACH(p, &ph1tree, chain) { 205 LIST_FOREACH(p, &ph1tree, chain) { 227 LIST_FOREACH(iph1, &ph1tree, chain) in dumpph1() 238 LIST_FOREACH(iph1, &ph1tree, chain) { in dumpph1() 442 LIST_FOREACH(p, &ph2tree, chain) { 463 LIST_FOREACH(p, &ph2tree, chain) { 481 LIST_FOREACH(p, &ph2tree, chain) { [all …]
|
D | var.h | 98 #ifndef LIST_FOREACH 99 #define LIST_FOREACH(elm, head, field) \ macro
|
D | sainfo.c | 122 LIST_FOREACH(s, &sitree, chain) {
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 155 LIST_FOREACH(entry, &pid_info, ptr) { in get_pid_entry() 254 LIST_FOREACH(entry, &pid_info, ptr) { in __print_pid()
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 66 #undef LIST_FOREACH 274 #define LIST_FOREACH(var, head, field) \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 277 #define LIST_FOREACH(var, head, field) \ macro
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp_oe.c | 420 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_dispatch_disc_pkt() 1093 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) {
|