Searched refs:prop_pair (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | proposal.h | 142 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 *));
|
D | ipsec_doi.c | 98 struct prop_pair **)); 102 static int cmp_aproppair_i __P((struct prop_pair *, struct prop_pair *)); 103 static struct prop_pair *get_ph2approval __P((struct ph2handle *, 104 struct prop_pair **)); 105 static struct prop_pair *get_ph2approvalx __P((struct ph2handle *, 106 struct prop_pair *)); 107 static void free_proppair0 __P((struct prop_pair *)); 108 static struct prop_pair ** get_proppair_and_doi_sit __P((vchar_t *, int, 112 __P((struct isakmp_pl_p *, struct prop_pair **, int *)); 159 struct prop_pair *p; [all …]
|
D | ipsec_doi.h | 213 struct prop_pair; 219 extern struct prop_pair **get_proppair __P((vchar_t *, int)); 220 extern vchar_t *get_sabyproppair __P((u_int32_t, u_int32_t, struct prop_pair *));
|
D | proposal.c | 744 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;
|