HomeSort by: relevance | last modified time | path
    Searched refs:saprop (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 58 struct saprop { struct
69 struct saprop *next;
123 * when we convert it to saprop in prop2saprop(), it should become like:
126 * saprop --------------------> saprop
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 *)
    [all...]
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 *);
isakmp_inf.h 59 extern int tunnel_mode_prop(struct saprop *);
proposal.c 79 struct saprop *
82 struct saprop *new;
103 /* set saprop to last part of the prop tree */
105 inssaprop(struct saprop **head, struct saprop *new)
107 struct saprop *p;
121 /* set saproto to the end of the proto tree in saprop */
123 inssaproto(struct saprop *pp, struct saproto *new)
137 /* set saproto to the top of the proto tree in saprop */
139 inssaprotorev(struct saprop *pp, struct saproto *new
    [all...]
handler.h 322 struct saprop *proposal; /* SA(s) proposal. */
323 struct saprop *approval; /* SA(s) approved. */
ipsec_doi.c 155 const struct saprop *, const struct saproto *);
996 struct saprop *pr0, *pr = NULL;
997 struct saprop *q1, *q2;
1473 struct saprop *pp;
1528 get_sabysaprop(struct saprop *pp0, vchar_t *sa0)
1535 struct saprop *pp;
2840 setph2proposal0(const struct ph2handle *iph2, const struct saprop *pp,
3061 struct saprop *proposal, *a;
3133 ipsecdoi_transportmode(struct saprop *pp)
4420 ipsecdoi_t2satrns(struct isakmp_pl_t *t, struct saprop *pp
    [all...]
isakmp_quick.c 1602 struct saprop *pp = iph2->approval;
1925 tunnel_mode_prop(struct saprop *p)
2498 "failed to create saprop.\n");
handler.c 1208 struct saprop *approval;
pfkey.c 877 struct saprop *pp;
983 struct saprop *pp;

Completed in 69 milliseconds