Symbol: saproto
crypto/dist/ipsec-tools/src/racoon/handler.c
643
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/handler.c
708
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/handler.c
864
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1031
struct saproto *sp;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1474
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1536
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
155
const struct saprop *, const struct saproto *);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2841
const struct saproto *pr)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3062
struct saproto *b = NULL;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3135
struct saproto *pr = NULL;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
4421
struct saproto *pr, struct satrns *tr)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h
212
struct saproto;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.h
247
struct saprop *, struct saproto *, struct satrns *);
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1003
isakmp_add_pl_n(vchar_t *buf0, uint8_t **np_p, int type, struct saproto *pr,
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
609
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
810
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.h
37
struct saproto;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.h
48
extern vchar_t * isakmp_add_pl_n(vchar_t *, uint8_t **, int, struct saproto *,
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
1602
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
1926
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/oakley.c
511
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1076
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1234
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1357
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2046
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2047
struct saproto **pr_rlist;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2134
pr_rlist = racoon_malloc((rlist_len+1)*sizeof(struct saproto*));
crypto/dist/ipsec-tools/src/racoon/pfkey.c
878
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
984
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1043
struct saproto *newpr;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1093
struct saproto *pr;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1131
struct saproto *newpr = NULL, *pr;
crypto/dist/ipsec-tools/src/racoon/proposal.c
123
inssaproto(struct saprop *pp, struct saproto *new)
crypto/dist/ipsec-tools/src/racoon/proposal.c
125
struct saproto *p;
crypto/dist/ipsec-tools/src/racoon/proposal.c
139
inssaprotorev(struct saprop *pp, struct saproto *new)
crypto/dist/ipsec-tools/src/racoon/proposal.c
161
inssatrns(struct saproto *pr, struct satrns *new)
crypto/dist/ipsec-tools/src/racoon/proposal.c
192
struct saproto *pr1, *pr2, *newpr = NULL;
crypto/dist/ipsec-tools/src/racoon/proposal.c
627
set_satrnsbysainfo(struct saproto *pr, struct sainfo *sainfo)
crypto/dist/ipsec-tools/src/racoon/proposal.c
735
struct saproto *newpr;
crypto/dist/ipsec-tools/src/racoon/proposal.c
852
flushsaproto(struct saproto *head)
crypto/dist/ipsec-tools/src/racoon/proposal.c
854
struct saproto *p, *save;
crypto/dist/ipsec-tools/src/racoon/proposal.c
906
const struct saproto *p;
crypto/dist/ipsec-tools/src/racoon/proposal.c
91
struct saproto *
crypto/dist/ipsec-tools/src/racoon/proposal.c
919
printsaproto(const int pri, const struct saproto *pr)
crypto/dist/ipsec-tools/src/racoon/proposal.c
94
struct saproto *new;
crypto/dist/ipsec-tools/src/racoon/proposal.h
188
extern struct saproto *newsaproto(void);
crypto/dist/ipsec-tools/src/racoon/proposal.h
190
extern void inssaproto(struct saprop *, struct saproto *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
191
extern void inssaprotorev(struct saprop *, struct saproto *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
193
extern void inssatrns(struct saproto *, struct satrns *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
198
extern int set_satrnsbysainfo(struct saproto *, struct sainfo *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
202
extern void flushsaproto(struct saproto *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
206
extern void printsaproto(const int, const struct saproto *);
crypto/dist/ipsec-tools/src/racoon/proposal.h
68
struct saproto *head;
crypto/dist/ipsec-tools/src/racoon/proposal.h
94
struct saproto *next; /* next protocol */