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

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h48 struct etypes { struct
50 struct etypes *next;
64 struct etypes *etypes; /* exchange type list. the head member in struct:remoteconf
171 extern void deletypes __P((struct etypes *));
172 extern struct etypes * dupetypes __P((struct etypes *));
180 extern struct etypes *check_etypeok
H A Dremoteconf.c282 if (new->etypes)
283 new->etypes=dupetypes(new->etypes);
305 if (rmconf->etypes){
306 deletypes(rmconf->etypes);
307 rmconf->etypes=NULL;
333 struct etypes *
335 struct etypes *orig;
337 struct etypes *new;
342 new = racoon_malloc(sizeof(struct etypes));
[all...]
H A Dcfparse.y167 void freeetypes (struct etypes **etypes);
1563 if (cur_rmconf->etypes == NULL) {
1653 cur_rmconf->etypes = NULL;
1938 struct etypes *new;
1939 new = racoon_malloc(sizeof(struct etypes));
1941 yyerror("failed to allocate etypes");
1946 if (cur_rmconf->etypes == NULL)
1947 cur_rmconf->etypes = new;
1949 struct etypes *
[all...]
H A Dhandler.c1358 struct etypes *e;
1367 for (e = iph1->rmconf->etypes; e != NULL; e = e->next){
H A Disakmp.c1071 iph1->etype = rmconf->etypes->type;
1125 struct etypes *etypeok;
/external/ipsec-tools/
H A Dsetup.c341 remoteconf->etypes->type = ISAKMP_ETYPE_AGG;
428 remoteconf->etypes = racoon_calloc(1, sizeof(struct etypes));
429 remoteconf->etypes->type = ISAKMP_ETYPE_IDENT;

Completed in 393 milliseconds