Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcfparse.y101 struct secprotospec *spspec; /* the head is always current spec. */
106 struct secprotospec { struct
121 struct secprotospec *next; /* the tail is the most prefiered. */ argument
122 struct secprotospec *prev; argument
156 static struct secprotospec *newspspec __P((void));
157 static void insspspec __P((struct secprotospec *, struct proposalspec **));
1925 struct secprotospec *spspec;
2200 static struct secprotospec *
2203 struct secprotospec *new; in newspspec()
2228 struct secprotospec *spspec; in insspspec()
[all …]