OpenVPN
|
#include <pool.h>
Data Fields | |
bool | in_use |
char * | common_name |
time_t | last_release |
bool | fixed |
char* ifconfig_pool_entry::common_name |
Definition at line 44 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_entry_free(), ifconfig_pool_find(), ifconfig_pool_list(), and ifconfig_pool_set().
bool ifconfig_pool_entry::fixed |
Definition at line 46 of file pool.h.
Referenced by ifconfig_pool_find(), and ifconfig_pool_set().
bool ifconfig_pool_entry::in_use |
Definition at line 43 of file pool.h.
Referenced by ifconfig_pool_acquire(), ifconfig_pool_entry_free(), ifconfig_pool_find(), and ifconfig_pool_set().
time_t ifconfig_pool_entry::last_release |
Definition at line 45 of file pool.h.
Referenced by ifconfig_pool_entry_free(), ifconfig_pool_find(), and ifconfig_pool_set().