ISC DHCP  4.4.1
A reference DHCPv4 and DHCPv6 implementation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 1729 of file dhcpd.h.

Field Documentation

struct group* ipv6_pond::group

Definition at line 1732 of file dhcpd.h.

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1740 of file dhcpd.h.

int ipv6_pond::jumbo_range

Definition at line 1748 of file dhcpd.h.

int ipv6_pond::last_ipv6_pool

Definition at line 1741 of file dhcpd.h.

int ipv6_pond::logged

Definition at line 1746 of file dhcpd.h.

isc_uint64_t ipv6_pond::low_threshold

Definition at line 1747 of file dhcpd.h.

struct ipv6_pond* ipv6_pond::next

Definition at line 1731 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_abandoned

Definition at line 1745 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_active

Definition at line 1744 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_total

Definition at line 1743 of file dhcpd.h.

struct permit* ipv6_pond::permit_list

Definition at line 1735 of file dhcpd.h.

struct permit* ipv6_pond::prohibit_list

Definition at line 1736 of file dhcpd.h.

int ipv6_pond::refcnt

Definition at line 1730 of file dhcpd.h.

struct shared_network* ipv6_pond::shared_network

Definition at line 1733 of file dhcpd.h.

TIME ipv6_pond::valid_from

Definition at line 1737 of file dhcpd.h.

TIME ipv6_pond::valid_until

Definition at line 1738 of file dhcpd.h.


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