ISC DHCP  4.3.2
A reference DHCPv4 and DHCPv6 implementation
ipv6_pond Struct Reference

ipv6_pond structure More...

#include <dhcpd.h>

Data Fields

int refcnt
 
struct ipv6_pondnext
 
struct groupgroup
 
struct shared_networkshared_network
 
struct permitpermit_list
 
struct permitprohibit_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
 

Detailed Description

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.

Definition at line 1638 of file dhcpd.h.

Field Documentation

struct group* ipv6_pond::group

Definition at line 1641 of file dhcpd.h.

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1649 of file dhcpd.h.

int ipv6_pond::jumbo_range

Definition at line 1657 of file dhcpd.h.

int ipv6_pond::last_ipv6_pool

Definition at line 1650 of file dhcpd.h.

int ipv6_pond::logged

Definition at line 1655 of file dhcpd.h.

isc_uint64_t ipv6_pond::low_threshold

Definition at line 1656 of file dhcpd.h.

struct ipv6_pond* ipv6_pond::next

Definition at line 1640 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_abandoned

Definition at line 1654 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_active

Definition at line 1653 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_total

Definition at line 1652 of file dhcpd.h.

struct permit* ipv6_pond::permit_list

Definition at line 1644 of file dhcpd.h.

struct permit* ipv6_pond::prohibit_list

Definition at line 1645 of file dhcpd.h.

int ipv6_pond::refcnt

Definition at line 1639 of file dhcpd.h.

struct shared_network* ipv6_pond::shared_network

Definition at line 1642 of file dhcpd.h.

TIME ipv6_pond::valid_from

Definition at line 1646 of file dhcpd.h.

TIME ipv6_pond::valid_until

Definition at line 1647 of file dhcpd.h.


The documentation for this struct was generated from the following file: