OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
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
...]
session.c
391
/* Revalidate ph1 /
ph2tree
!!!
handler.h
208
LIST_HEAD(_ph2ofph1_, ph2handle)
ph2tree
;
member in struct:ph1handle
isakmp.c
[
all
...]
Completed in 71 milliseconds