Searched refs:etypes (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h49 struct etypes { struct
51 struct etypes *next;
93 struct etypes *etypes; /* exchange type list. the head member in struct:remoteconf
207 extern void deletypes __P((struct etypes *));
208 extern struct etypes * dupetypes __P((struct etypes *));
H A Dremoteconf.c629 if (new->etypes != NULL && new->etypes == rmconf->etypes)
630 new->etypes = dupetypes(new->etypes);
733 if (rmconf->etypes){
734 deletypes(rmconf->etypes);
735 rmconf->etypes=NULL;
801 struct etypes *
803 struct etypes *ori
[all...]
H A Dcfparse.y157 void freeetypes (struct etypes **etypes);
1710 if (cur_rmconf->etypes == NULL) {
1815 cur_rmconf->etypes = NULL;
2141 struct etypes *new;
2142 new = racoon_malloc(sizeof(struct etypes));
2144 yyerror("failed to allocate etypes");
2149 if (cur_rmconf->etypes == NULL)
2150 cur_rmconf->etypes = new;
2152 struct etypes *
[all...]
H A Disakmp.c1085 iph1->etype = rmconf->etypes->type;
/external/ipsec-tools/
H A Dsetup.c335 remoteconf->etypes->type = ISAKMP_ETYPE_AGG;
421 remoteconf->etypes = racoon_calloc(1, sizeof(struct etypes));
422 remoteconf->etypes->type = ISAKMP_ETYPE_IDENT;

Completed in 48 milliseconds