ISC DHCP  4.3.0
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
 

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 1593 of file dhcpd.h.

Field Documentation

◆ group

struct group* ipv6_pond::group

Definition at line 1596 of file dhcpd.h.

◆ ipv6_pools

struct ipv6_pool** ipv6_pond::ipv6_pools

Definition at line 1604 of file dhcpd.h.

◆ last_ipv6_pool

int ipv6_pond::last_ipv6_pool

Definition at line 1605 of file dhcpd.h.

◆ next

struct ipv6_pond* ipv6_pond::next

Definition at line 1595 of file dhcpd.h.

◆ permit_list

struct permit* ipv6_pond::permit_list

Definition at line 1599 of file dhcpd.h.

◆ prohibit_list

struct permit* ipv6_pond::prohibit_list

Definition at line 1600 of file dhcpd.h.

◆ refcnt

int ipv6_pond::refcnt

Definition at line 1594 of file dhcpd.h.

◆ shared_network

struct shared_network* ipv6_pond::shared_network

Definition at line 1597 of file dhcpd.h.

◆ valid_from

TIME ipv6_pond::valid_from

Definition at line 1601 of file dhcpd.h.

◆ valid_until

TIME ipv6_pond::valid_until

Definition at line 1602 of file dhcpd.h.


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