Symbol: isakmpsa
crypto/dist/ipsec-tools/src/racoon/cfparse.y
210
struct isakmpsa *p;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2824
struct isakmpsa *new;
crypto/dist/ipsec-tools/src/racoon/gssapi.h
46
struct isakmpsa;
crypto/dist/ipsec-tools/src/racoon/handler.h
128
struct isakmpsa *approval; /* pointer to SA(s) approved. */
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
101
static int t2isakmpsa(struct isakmp_pl_t *, struct isakmpsa *, uint32_t);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
151
static int setph1prop(struct isakmpsa *, caddr_t);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
152
static int setph1trns(struct isakmpsa *, caddr_t);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
153
static int setph1attr(struct isakmpsa *, caddr_t);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
159
struct isakmpsa *sa;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
197
print_ph1proposal(struct prop_pair *pair, struct isakmpsa *s)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
243
struct isakmpsa *sa;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2554
ipsecdoi_setph1proposal(struct remoteconf *rmconf, struct isakmpsa *props)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2582
setph1prop(struct isakmpsa *props, caddr_t buf)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2585
struct isakmpsa *s = NULL;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2631
setph1trns(struct isakmpsa *sa, caddr_t buf)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2659
setph1attr(struct isakmpsa *sa, caddr_t buf)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
348
struct isakmpsa *sa;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
388
t2isakmpsa(struct isakmp_pl_t *trns, struct isakmpsa *sa,
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h
209
struct isakmpsa;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h
238
struct isakmpsa *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1105
struct isakmpsa *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1106
dupisakmpsa(struct isakmpsa *sa)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1108
struct isakmpsa *res = NULL;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1170
struct isakmpsa *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1171
checkisakmpsa(int pcheck_level, struct isakmpsa *proposal,
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1172
struct isakmpsa *acceptable)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1174
struct isakmpsa *p;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
165
struct isakmpsa *approval)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
758
delisakmpsa(struct isakmpsa *sa)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
880
struct isakmpsa *
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
883
struct isakmpsa *new;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
907
insisakmpsa(struct isakmpsa *new, struct remoteconf *rmconf)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
909
struct isakmpsa *p;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
941
struct isakmpsa *prop = p->proposal;
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
148
struct isakmpsa *proposal; /* proposal list */
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
181
struct isakmpsa *approval;
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
218
extern struct isakmpsa *newisakmpsa(void);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
219
extern struct isakmpsa *dupisakmpsa(struct isakmpsa *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
220
extern void delisakmpsa(struct isakmpsa *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
221
extern void insisakmpsa(struct isakmpsa *, struct remoteconf *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
230
extern struct isakmpsa * checkisakmpsa(int pcheck, struct isakmpsa *proposal,
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
231
struct isakmpsa *acceptable);
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
71
struct isakmpsa *next; /* next transform */