HomeSort by relevance Sort by last modified time
    Searched refs:ph2tree (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
handler.c 85 static LIST_HEAD(_ph2tree_, ph2handle) ph2tree;
442 LIST_FOREACH(p, &ph2tree, chain) {
463 LIST_FOREACH(p, &ph2tree, chain) {
481 LIST_FOREACH(p, &ph2tree, chain) {
496 LIST_FOREACH(p, &ph2tree, chain) {
525 LIST_FOREACH(p, &ph2tree, chain) {
546 LIST_FOREACH(iph2, &ph2tree, chain) {
688 LIST_INSERT_HEAD(&ph2tree, iph2, chain);
703 LIST_INIT(&ph2tree);
714 for (p = LIST_FIRST(&ph2tree); p; p = next)
    [all...]
handler.h 208 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree; member in struct:ph1handle
isakmp.c     [all...]

Completed in 31 milliseconds