Home | History | Annotate | Download | only in racoon

Lines Matching full:saproto

68 	struct saproto *head;
73 struct saproto {
94 struct saproto *next; /* next protocol */
128 * +-> saproto +-> saproto
135 * saproto
188 extern struct saproto *newsaproto __P((void));
190 extern void inssaproto __P((struct saprop *, struct saproto *));
191 extern void inssaprotorev __P((struct saprop *, struct saproto *));
193 extern void inssatrns __P((struct saproto *, struct satrns *));
198 extern int set_satrnsbysainfo __P((struct saproto *, struct sainfo *));
202 extern void flushsaproto __P((struct saproto *));
206 extern void printsaproto __P((const int, const struct saproto *));