Searched refs:saprop (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | proposal.h | 58 struct saprop { struct 69 struct saprop *next; argument 187 extern struct saprop *newsaprop(void); 189 extern void inssaprop(struct saprop **, struct saprop *); 190 extern void inssaproto(struct saprop *, struct saproto *); 191 extern void inssaprotorev(struct saprop *, struct saproto *); 194 extern struct saprop *cmpsaprop_alloc(struct ph1handle *, 195 const struct saprop *, const struct saprop *, int); 196 extern int cmpsaprop(const struct saprop *, const struct saprop *); 199 extern struct saprop *aproppair2saprop(struct prop_pair *); [all …]
|
| D | proposal.c | 79 struct saprop * 82 struct saprop *new; in newsaprop() 105 inssaprop(struct saprop **head, struct saprop *new) in inssaprop() 107 struct saprop *p; in inssaprop() 123 inssaproto(struct saprop *pp, struct saproto *new) in inssaproto() 139 inssaprotorev(struct saprop *pp, struct saproto *new) in inssaprotorev() 185 struct saprop * 187 const struct saprop *pp1, in cmpsaprop_alloc() 188 const struct saprop *pp2, in cmpsaprop_alloc() 191 struct saprop *newpp = NULL; in cmpsaprop_alloc() [all …]
|
| D | ipsec_doi.h | 211 struct saprop; 223 extern vchar_t *get_sabysaprop(struct saprop *, vchar_t *); 240 extern int ipsecdoi_transportmode(struct saprop *); 247 struct saprop *, struct saproto *, struct satrns *);
|
| D | isakmp_inf.h | 59 extern int tunnel_mode_prop(struct saprop *);
|
| D | handler.h | 322 struct saprop *proposal; /* SA(s) proposal. */ 323 struct saprop *approval; /* SA(s) approved. */
|
| D | ipsec_doi.c | 155 const struct saprop *, const struct saproto *); 996 struct saprop *pr0, *pr = NULL; in get_ph2approvalx() 997 struct saprop *q1, *q2; in get_ph2approvalx() 1473 struct saprop *pp; in ipsecdoi_updatespi() 1528 get_sabysaprop(struct saprop *pp0, vchar_t *sa0) in get_sabysaprop() 1535 struct saprop *pp; in get_sabysaprop() 2840 setph2proposal0(const struct ph2handle *iph2, const struct saprop *pp, in setph2proposal0() 3061 struct saprop *proposal, *a; in ipsecdoi_setph2proposal() 3133 ipsecdoi_transportmode(struct saprop *pp) in ipsecdoi_transportmode() 4420 ipsecdoi_t2satrns(struct isakmp_pl_t *t, struct saprop *pp, in ipsecdoi_t2satrns()
|
| D | isakmp_quick.c | 1601 struct saprop *pp = iph2->approval; in quick_r2send() 1924 tunnel_mode_prop(struct saprop *p) in tunnel_mode_prop()
|
| D | handler.c | 1208 struct saprop *approval; in revalidate_ph2()
|
| D | pfkey.c | 877 struct saprop *pp; in pk_sendgetspi() 983 struct saprop *pp; in pk_recvgetspi()
|