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

  /external/ipsec-tools/src/racoon/
handler.c 85 static LIST_HEAD(_ph2tree_, ph2handle) ph2tree;
278 for (p = LIST_FIRST(&old_iph1->ph2tree); p; p = next) {
544 LIST_FOREACH(p, &ph2tree, chain) {
574 LIST_FOREACH(p, &ph2tree, chain) {
592 LIST_FOREACH(p, &iph1->ph2tree, ph1bind) {
616 LIST_FOREACH(p, &ph2tree, chain) {
645 LIST_FOREACH(p, &ph2tree, chain) {
666 LIST_FOREACH(iph2, &ph2tree, chain) {
832 LIST_INSERT_HEAD(&ph2tree, iph2, chain);
848 LIST_INIT(&ph2tree);
    [all...]
session.c 427 /* Revalidate ph1 / ph2tree !!!
handler.h 213 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree; member in struct:ph1handle
isakmp.c     [all...]

Completed in 125 milliseconds