ISC DHCP  4.3.5
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 1708 of file dhcpd.h.

Field Documentation

§ group

struct group* ipv6_pond::group

Definition at line 1711 of file dhcpd.h.

§ ipv6_pools

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1719 of file dhcpd.h.

§ jumbo_range

int ipv6_pond::jumbo_range

Definition at line 1727 of file dhcpd.h.

§ last_ipv6_pool

int ipv6_pond::last_ipv6_pool

Definition at line 1720 of file dhcpd.h.

§ logged

int ipv6_pond::logged

Definition at line 1725 of file dhcpd.h.

§ low_threshold

isc_uint64_t ipv6_pond::low_threshold

Definition at line 1726 of file dhcpd.h.

§ next

struct ipv6_pond* ipv6_pond::next

Definition at line 1710 of file dhcpd.h.

§ num_abandoned

isc_uint64_t ipv6_pond::num_abandoned

Definition at line 1724 of file dhcpd.h.

§ num_active

isc_uint64_t ipv6_pond::num_active

Definition at line 1723 of file dhcpd.h.

§ num_total

isc_uint64_t ipv6_pond::num_total

Definition at line 1722 of file dhcpd.h.

§ permit_list

struct permit* ipv6_pond::permit_list

Definition at line 1714 of file dhcpd.h.

§ prohibit_list

struct permit* ipv6_pond::prohibit_list

Definition at line 1715 of file dhcpd.h.

§ refcnt

int ipv6_pond::refcnt

Definition at line 1709 of file dhcpd.h.

§ shared_network

struct shared_network* ipv6_pond::shared_network

Definition at line 1712 of file dhcpd.h.

§ valid_from

TIME ipv6_pond::valid_from

Definition at line 1716 of file dhcpd.h.

§ valid_until

TIME ipv6_pond::valid_until

Definition at line 1717 of file dhcpd.h.


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