Searched refs:etypes (Results 1 – 6 of 6) sorted by relevance
48 struct etypes { struct50 struct etypes *next; argument64 struct etypes *etypes; /* exchange type list. the head member171 extern void deletypes __P((struct etypes *));172 extern struct etypes * dupetypes __P((struct etypes *));180 extern struct etypes *check_etypeok
282 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; in dupetypes()337 struct etypes *new;342 new = racoon_malloc(sizeof(struct etypes));357 struct etypes *e; in deletypes()[all …]
167 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));1946 if (cur_rmconf->etypes == NULL)1947 cur_rmconf->etypes = new;1949 struct etypes *p;1950 for (p = cur_rmconf->etypes;
1358 struct etypes *e; in revalidate_ph1()1367 for (e = iph1->rmconf->etypes; e != NULL; e = e->next){ in revalidate_ph1()
1071 iph1->etype = rmconf->etypes->type;1125 struct etypes *etypeok;
47 static struct etypes main_mode = { .type = ISAKMP_ETYPE_IDENT };75 remoteconf.etypes = &main_mode; in set_default()336 struct etypes *check_etypeok(struct remoteconf *rmconf, uint8_t etype) in check_etypeok()338 struct etypes *p = rmconf->etypes; in check_etypeok()