Searched refs:saprop (Results 1 – 9 of 9) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | proposal.h | 58 struct saprop { struct 69 struct saprop *next; argument 187 extern struct saprop *newsaprop __P((void)); 189 extern void inssaprop __P((struct saprop **, struct saprop *)); 190 extern void inssaproto __P((struct saprop *, struct saproto *)); 191 extern void inssaprotorev __P((struct saprop *, struct saproto *)); 194 extern struct saprop *cmpsaprop_alloc __P((struct ph1handle *, 195 const struct saprop *, const struct saprop *, int)); 196 extern int cmpsaprop __P((const struct saprop *, const struct saprop *)); 199 extern struct saprop *aproppair2saprop __P((struct prop_pair *)); [all …]
|
D | proposal.c | 79 struct saprop * 82 struct saprop *new; in newsaprop() 106 struct saprop **head; in inssaprop() 107 struct saprop *new; 109 struct saprop *p; 126 struct saprop *pp; in inssaproto() 144 struct saprop *pp; in inssaprotorev() 193 struct saprop * 196 const struct saprop *pp1, *pp2; 199 struct saprop *newpp = NULL; [all …]
|
D | ipsec_doi.h | 202 struct saprop; 214 extern vchar_t *get_sabysaprop __P((struct saprop *, vchar_t *)); 230 extern int ipsecdoi_transportmode __P((struct saprop *)); 237 struct saprop *, struct saproto *, struct satrns *));
|
D | isakmp_inf.h | 58 extern int tunnel_mode_prop __P((struct saprop *));
|
D | handler.h | 289 struct saprop *proposal; /* SA(s) proposal. */ 290 struct saprop *approval; /* SA(s) approved. */
|
D | ipsec_doi.c | 159 const struct saprop *, const struct saproto *)); 1156 struct saprop *pr0, *pr = NULL; 1157 struct saprop *q1, *q2; 1636 struct saprop *pp; 1692 struct saprop *pp0; in get_sabysaprop() 1700 struct saprop *pp; 2943 const struct saprop *pp; 3165 struct saprop *proposal, *a; 3238 struct saprop *pp; in ipsecdoi_transportmode() 4615 struct saprop *pp;
|
D | isakmp_quick.c | 1284 struct saprop *pp = iph2->approval; 1606 struct saprop *p; in tunnel_mode_prop()
|
D | pfkey.c | 843 struct saprop *pp; 937 struct saprop *pp;
|
D | handler.c | 1080 struct saprop *approval; in revalidate_ph2()
|