14int ip_pool_init(
void);
17void ip_pool_exit(
void);
20struct ip_pool *ip_pool(
const char *name);
23struct ip_pool *ip_pool_lookup(
const char *name);
29void ip_pool_free(
const char *name);
32int ip_pool_addr_add(
struct ip_pool *pool,
const char *addr);
35int ip_pool_addr_del(
struct ip_pool *pool,
const char *addr);
38struct ec_strvec *ip_pool_addr_list(
const struct ip_pool *pool);
struct ec_strvec * ec_strvec(void)