Home | History | Annotate | Download | only in racoon

Lines Matching full:new_pool

2043 	struct isakmp_cfg_port *new_pool;
2070 new_pool = racoon_realloc(isakmp_cfg_config.port_pool, len);
2071 if (new_pool == NULL) {
2086 bzero((char *)new_pool + (old_size * unit),
2090 isakmp_cfg_config.port_pool = new_pool;