Lines Matching refs:secprotospec
101 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()
2246 struct secprotospec *s;