Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A 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 *));
2338 struct secprotospec *spspec = newspspec();
2607 static struct secprotospec *
2610 struct secprotospec *new;
2636 struct secprotospec *spspec;
2644 static struct secprotospec *
[all …]
H A Dremoteconf.h47 struct secprotospec;
155 struct secprotospec *spspec; /* the head is always current spec. */