Home
last modified time | relevance | path

Searched refs:prop_pair (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Dproposal.h142 struct prop_pair { struct
145 struct prop_pair *next; /* next prop_pair with same proposal # */ argument
147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ argument
199 extern struct saprop *aproppair2saprop __P((struct prop_pair *));
200 extern void free_proppair __P((struct prop_pair **));
208 extern void print_proppair0 __P((int, struct prop_pair *, int));
209 extern void print_proppair __P((int, struct prop_pair *));
Dipsec_doi.h205 struct prop_pair;
211 extern struct prop_pair **get_proppair __P((vchar_t *, int));
212 extern vchar_t *get_sabyproppair __P((struct prop_pair *, struct ph1handle *));
Dipsec_doi.c102 static vchar_t *get_ph1approval __P((struct ph1handle *, struct prop_pair **));
103 static struct isakmpsa *get_ph1approvalx __P((struct prop_pair *,
105 static void print_ph1mismatched __P((struct prop_pair *, struct isakmpsa *));
107 static int cmp_aproppair_i __P((struct prop_pair *, struct prop_pair *));
108 static struct prop_pair *get_ph2approval __P((struct ph2handle *,
109 struct prop_pair **));
110 static struct prop_pair *get_ph2approvalx __P((struct ph2handle *,
111 struct prop_pair *));
112 static void free_proppair0 __P((struct prop_pair *));
115 __P((struct isakmp_pl_p *, struct prop_pair **, int *));
[all …]
Dproposal.c744 struct prop_pair *p0; in aproppair2saprop()
746 struct prop_pair *p, *t;
1004 struct prop_pair *p;
1026 struct prop_pair *p;
1176 struct prop_pair **pair;