ISC DHCP  4.3.3
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 1684 of file dhcpd.h.

Field Documentation

struct group* ipv6_pond::group

Definition at line 1687 of file dhcpd.h.

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1695 of file dhcpd.h.

int ipv6_pond::jumbo_range

Definition at line 1703 of file dhcpd.h.

int ipv6_pond::last_ipv6_pool

Definition at line 1696 of file dhcpd.h.

int ipv6_pond::logged

Definition at line 1701 of file dhcpd.h.

isc_uint64_t ipv6_pond::low_threshold

Definition at line 1702 of file dhcpd.h.

struct ipv6_pond* ipv6_pond::next

Definition at line 1686 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_abandoned

Definition at line 1700 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_active

Definition at line 1699 of file dhcpd.h.

isc_uint64_t ipv6_pond::num_total

Definition at line 1698 of file dhcpd.h.

struct permit* ipv6_pond::permit_list

Definition at line 1690 of file dhcpd.h.

struct permit* ipv6_pond::prohibit_list

Definition at line 1691 of file dhcpd.h.

int ipv6_pond::refcnt

Definition at line 1685 of file dhcpd.h.

struct shared_network* ipv6_pond::shared_network

Definition at line 1688 of file dhcpd.h.

TIME ipv6_pond::valid_from

Definition at line 1692 of file dhcpd.h.

TIME ipv6_pond::valid_until

Definition at line 1693 of file dhcpd.h.


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