OpenVPN
|
#include <pool.h>
Data Fields | |
bool | duplicate_cn |
struct { | |
bool enabled | |
enum pool_type type | |
in_addr_t base | |
} | ipv4 |
struct { | |
bool enabled | |
struct in6_addr base | |
} | ipv6 |
int | size |
struct ifconfig_pool_entry * | list |
in_addr_t ifconfig_pool::base |
Definition at line 55 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_handle_to_ip_base(), ifconfig_pool_init(), ifconfig_pool_ip_base_to_handle(), and ifconfig_pool_ipv6_base_to_handle().
bool ifconfig_pool::duplicate_cn |
Definition at line 51 of file pool.h.
Referenced by ifconfig_pool_find(), and ifconfig_pool_init().
bool ifconfig_pool::enabled |
Definition at line 53 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_handle_to_ip_base(), ifconfig_pool_init(), and ifconfig_pool_list().
struct { ... } ifconfig_pool::ipv4 |
struct { ... } ifconfig_pool::ipv6 |
Referenced by ifconfig_pool_acquire(), ifconfig_pool_init(), ifconfig_pool_ipv6_base_to_handle(), and ifconfig_pool_list().
struct ifconfig_pool_entry* ifconfig_pool::list |
Definition at line 62 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_find(), ifconfig_pool_free(), ifconfig_pool_init(), ifconfig_pool_list(), ifconfig_pool_release(), and ifconfig_pool_set().
int ifconfig_pool::size |
Definition at line 61 of file pool.h.
Referenced by ifconfig_pool_find(), ifconfig_pool_free(), ifconfig_pool_init(), ifconfig_pool_ip_base_to_handle(), ifconfig_pool_ipv6_base_to_handle(), and ifconfig_pool_list().
enum pool_type ifconfig_pool::type |
Definition at line 54 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_handle_to_ip_base(), ifconfig_pool_init(), and ifconfig_pool_ip_base_to_handle().