Home | History | Annotate | Download | only in racoon

Lines Matching full:port_pool

1352 	if (isakmp_cfg_config.port_pool == NULL) {
1354 "isakmp_cfg_config.port_pool == NULL\n");
1359 if (isakmp_cfg_config.port_pool[i].used == 0)
1369 isakmp_cfg_config.port_pool[i].used = 1;
1384 if (isakmp_cfg_config.port_pool == NULL) {
1386 "isakmp_cfg_config.port_pool == NULL\n");
1390 if (isakmp_cfg_config.port_pool[index].used == 0) {
1402 isakmp_cfg_config.port_pool[index].used = 0;
1415 if (isakmp_cfg_config.port_pool[port].pam != NULL) {
1416 pam_end(isakmp_cfg_config.port_pool
1417 isakmp_cfg_config.port_pool[port].pam = NULL;
1454 if (isakmp_cfg_config.port_pool == NULL) {
1456 "isakmp_cfg_config.port_pool == NULL\n");
1460 pam = isakmp_cfg_config.port_pool[port].pam;
1473 isakmp_cfg_config.port_pool[port].pam = NULL;
2090 if ((isakmp_cfg_config.port_pool != NULL) &&
2093 if (isakmp_cfg_config.port_pool[i].used) {
2104 len = size * sizeof(*isakmp_cfg_config.port_pool);
2105 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
2118 unit = sizeof(*isakmp_cfg_config.port_pool);
2125 isakmp_cfg_config.port_pool = new_pool;
2147 isakmp_cfg_config.port_pool = NULL;