Home
last modified time | relevance | path

Searched refs:secprotospec (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcfparse.y99 struct secprotospec { struct
114 struct secprotospec *next; /* the tail is the most prefiered. */ argument
115 struct secprotospec *prev; argument
146 static struct secprotospec *newspspec __P((void));
147 static void insspspec __P((struct remoteconf *, struct secprotospec *));
2128 struct secprotospec *spspec;
2391 static struct secprotospec *
2394 struct secprotospec *new;
2420 struct secprotospec *spspec;
2428 static struct secprotospec *
[all …]
Dremoteconf.h47 struct secprotospec;
155 struct secprotospec *spspec; /* the head is always current spec. */