Searched refs:grouplist (Results 1 – 4 of 4) sorted by relevance
95 char **grouplist; member
1013 char ** grouplist = NULL; variable1016 grouplist = racoon_realloc(icc->grouplist,1018 if (grouplist == NULL)1027 grouplist[icc->groupcount]=groupname;1028 icc->grouplist = grouplist;
2122 if (isakmp_cfg_config.grouplist != NULL) {2124 racoon_free(isakmp_cfg_config.grouplist[i]);2125 racoon_free(isakmp_cfg_config.grouplist);2128 isakmp_cfg_config.grouplist = NULL;
307 isakmp_cfg_config.grouplist,