OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saprop
(Results
1 - 9
of
9
) sorted by null
/external/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 __P((void));
189
extern void inssaprop __P((struct
saprop
**, struct
saprop
*));
190
extern void inssaproto __P((struct
saprop
*, struct saproto *));
191
extern void inssaprotorev __P((struct
saprop
*, struct saproto *))
[
all
...]
proposal.c
79
struct
saprop
*
82
struct
saprop
*new;
103
/* set
saprop
to last part of the prop tree */
106
struct
saprop
**head;
107
struct
saprop
*new;
109
struct
saprop
*p;
123
/* set saproto to the end of the proto tree in
saprop
*/
126
struct
saprop
*pp;
141
/* set saproto to the top of the proto tree in
saprop
*/
144
struct
saprop
*pp
[
all
...]
ipsec_doi.h
202
struct
saprop
;
214
extern vchar_t *get_sabysaprop __P((struct
saprop
*, vchar_t *));
230
extern int ipsecdoi_transportmode __P((struct
saprop
*));
237
struct
saprop
*, struct saproto *, struct satrns *));
isakmp_inf.h
58
extern int tunnel_mode_prop __P((struct
saprop
*));
handler.h
289
struct
saprop
*proposal; /* SA(s) proposal. */
290
struct
saprop
*approval; /* SA(s) approved. */
ipsec_doi.c
159
const struct
saprop
*, const struct saproto *));
1156
struct
saprop
*pr0, *pr = NULL;
1157
struct
saprop
*q1, *q2;
[
all
...]
isakmp_quick.c
1285
struct
saprop
*pp = iph2->approval;
[
all
...]
handler.c
1080
struct
saprop
*approval;
pfkey.c
843
struct
saprop
*pp;
937
struct
saprop
*pp;
[
all
...]
Completed in 2132 milliseconds