Home
last modified time | relevance | path

Searched refs:LIST_FOREACH (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dhandler.c109 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 …]
Dvar.h98 #ifndef LIST_FOREACH
99 #define LIST_FOREACH(elm, head, field) \ macro
Dsainfo.c122 LIST_FOREACH(s, &sitree, chain) {
/external/f2fs-tools/tools/
Df2fs_io_parse.c155 LIST_FOREACH(entry, &pid_info, ptr) { in get_pid_entry()
254 LIST_FOREACH(entry, &pid_info, ptr) { in __print_pid()
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h277 #define LIST_FOREACH(var, head, field) \ macro