Searched refs:ph2tree (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dhandler.c69 static LIST_HEAD(_ph2tree_, ph2handle) ph2tree;
329 LIST_FOREACH(p, &ph2tree, chain) {
350 LIST_FOREACH(p, &ph2tree, chain) {
368 LIST_FOREACH(p, &ph2tree, chain) {
388 LIST_FOREACH(iph2, &ph2tree, chain) {
530 LIST_INSERT_HEAD(&ph2tree, iph2, chain);
545 LIST_INIT(&ph2tree);
553 for (p = LIST_FIRST(&ph2tree); p; p = next) {
579 for (iph2 = LIST_FIRST(&ph2tree); iph2 != NULL; iph2 = next) {
611 LIST_INSERT_HEAD(&iph1->ph2tree, iph
[all...]
H A Dhandler.h170 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree; member in struct:ph1handle
H A Disakmp.c1507 if (LIST_FIRST(&iph1->ph2tree) != NULL) {
1532 if (LIST_FIRST(&iph1->ph2tree) != NULL) {

Completed in 64 milliseconds