Home | History | Annotate | Download | only in racoon

Lines Matching refs: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;
2086 if ((isakmp_cfg_config.port_pool != NULL) &&
2089 if (isakmp_cfg_config.port_pool[i].used) {
2100 len = size * sizeof(*isakmp_cfg_config.port_pool);
2101 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
2114 unit = sizeof(*isakmp_cfg_config.port_pool);
2121 isakmp_cfg_config.port_pool = new_pool;
2143 isakmp_cfg_config.port_pool = NULL;