OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sainfoalg
(Results
1 - 7
of
7
) sorted by null
/external/ipsec-tools/src/racoon/
sainfo.h
61
struct
sainfoalg
*algs[MAXALGCLASS];
69
struct
sainfoalg
{
struct
72
struct
sainfoalg
*next;
83
extern struct
sainfoalg
*newsainfoalg __P((void));
84
extern void delsainfoalg __P((struct
sainfoalg
*));
85
extern void inssainfoalg __P((struct
sainfoalg
**, struct
sainfoalg
*));
sainfo.c
322
struct
sainfoalg
*
325
struct
sainfoalg
*new;
336
struct
sainfoalg
*alg;
338
struct
sainfoalg
*a, *next;
348
struct
sainfoalg
**head;
349
struct
sainfoalg
*new;
351
struct
sainfoalg
*a;
cfparse.h
402
struct
sainfoalg
*alg;
proposal.c
641
struct
sainfoalg
*a, *b;
handler.c
1239
struct
sainfoalg
*alg;
cfparse.y
182
struct
sainfoalg
*alg;
[
all
...]
/external/ipsec-tools/
setup.c
76
struct
sainfoalg
*p = calloc(1, sizeof(struct
sainfoalg
));
83
struct
sainfoalg
*q = sainfo.algs[class];
Completed in 51 milliseconds