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