Searched refs:satrns (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | proposal.h | 93 struct satrns *head; /* header of transform */ 98 struct satrns { struct 104 struct satrns *next; /* next transform */ argument 192 extern struct satrns *newsatrns __P((void)); 193 extern void inssatrns __P((struct saproto *, struct satrns *)); 197 extern int cmpsatrns __P((int, const struct satrns *, const struct satrns *, int)); 203 extern void flushsatrns __P((struct satrns *)); 207 extern void printsatrns __P((const int, const int, const struct satrns *));
|
D | proposal.c | 153 struct satrns * 156 struct satrns *new; in newsatrns() 169 struct satrns *new; 171 struct satrns *tr; 201 struct satrns *tr1, *tr2, *newtr; 582 const struct satrns *tr1, *tr2; 642 struct satrns *newtr; 749 struct satrns *newtr; 884 struct satrns *head; in flushsatrns() 886 struct satrns *p, *save; [all …]
|
D | ipsec_doi.h | 204 struct satrns; 237 struct saprop *, struct saproto *, struct satrns *));
|
D | ipsec_doi.c | 1702 struct satrns *tr; 2949 struct satrns *tr; 4617 struct satrns *tr;
|
D | oakley.c | 488 struct satrns *tr;
|