ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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 1745 of file dhcpd.h.

Field Documentation

◆ group

struct group* ipv6_pond::group

Definition at line 1748 of file dhcpd.h.

◆ ipv6_pools

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1756 of file dhcpd.h.

◆ jumbo_range

int ipv6_pond::jumbo_range

Definition at line 1764 of file dhcpd.h.

◆ last_ipv6_pool

int ipv6_pond::last_ipv6_pool

Definition at line 1757 of file dhcpd.h.

◆ logged

int ipv6_pond::logged

Definition at line 1762 of file dhcpd.h.

◆ low_threshold

isc_uint64_t ipv6_pond::low_threshold

Definition at line 1763 of file dhcpd.h.

◆ next

struct ipv6_pond* ipv6_pond::next

Definition at line 1747 of file dhcpd.h.

◆ num_abandoned

isc_uint64_t ipv6_pond::num_abandoned

Definition at line 1761 of file dhcpd.h.

◆ num_active

isc_uint64_t ipv6_pond::num_active

Definition at line 1760 of file dhcpd.h.

◆ num_total

isc_uint64_t ipv6_pond::num_total

Definition at line 1759 of file dhcpd.h.

◆ permit_list

struct permit* ipv6_pond::permit_list

Definition at line 1751 of file dhcpd.h.

◆ prohibit_list

struct permit* ipv6_pond::prohibit_list

Definition at line 1752 of file dhcpd.h.

◆ refcnt

int ipv6_pond::refcnt

Definition at line 1746 of file dhcpd.h.

◆ shared_network

struct shared_network* ipv6_pond::shared_network

Definition at line 1749 of file dhcpd.h.

◆ valid_from

TIME ipv6_pond::valid_from

Definition at line 1753 of file dhcpd.h.

◆ valid_until

TIME ipv6_pond::valid_until

Definition at line 1754 of file dhcpd.h.


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