#include <dhcpd.h>
Data Fields | |
int | refcnt |
struct ipv6_pond * | next |
struct group * | group |
struct shared_network * | shared_network |
struct permit * | permit_list |
struct permit * | prohibit_list |
TIME | valid_from |
TIME | valid_until |
struct ipv6_pool ** | ipv6_pools |
int | last_ipv6_pool |
isc_uint64_t | num_total |
isc_uint64_t | num_active |
isc_uint64_t | num_abandoned |
int | logged |
isc_uint64_t | low_threshold |
int | jumbo_range |
ipv6_pond structure
This structure is the ipv6 version of the v4 pool structure. It contains the address and prefix information via the pointers to the ipv6_pools and the allowability of this pool for a given client via the permit lists and the valid TIMEs.
struct shared_network* ipv6_pond::shared_network |