ISC DHCP  4.3.0
A reference DHCPv4 and DHCPv6 implementation
pool Struct Reference

#include <dhcpd.h>

Data Fields

 OMAPI_OBJECT_PREAMBLE
 
struct poolnext
 
struct groupgroup
 
struct shared_networkshared_network
 
struct permitpermit_list
 
struct permitprohibit_list
 
struct leaseactive
 
struct leaseexpired
 
struct leasefree
 
struct leasebackup
 
struct leaseabandoned
 
struct leasereserved
 
TIME next_event_time
 
int lease_count
 
int free_leases
 
int backup_leases
 
int index
 
TIME valid_from
 
TIME valid_until
 
dhcp_failover_state_t * failover_peer
 

Detailed Description

Definition at line 904 of file dhcpd.h.

Field Documentation

◆ abandoned

struct lease* pool::abandoned

Definition at line 915 of file dhcpd.h.

◆ active

struct lease* pool::active

Definition at line 911 of file dhcpd.h.

◆ backup

struct lease* pool::backup

Definition at line 914 of file dhcpd.h.

◆ backup_leases

int pool::backup_leases

Definition at line 920 of file dhcpd.h.

◆ expired

struct lease* pool::expired

Definition at line 912 of file dhcpd.h.

◆ failover_peer

dhcp_failover_state_t* pool::failover_peer

Definition at line 926 of file dhcpd.h.

◆ free

struct lease* pool::free

Definition at line 913 of file dhcpd.h.

◆ free_leases

int pool::free_leases

Definition at line 919 of file dhcpd.h.

◆ group

struct group* pool::group

Definition at line 907 of file dhcpd.h.

◆ index

int pool::index

Definition at line 921 of file dhcpd.h.

◆ lease_count

int pool::lease_count

Definition at line 918 of file dhcpd.h.

◆ next

struct pool* pool::next

Definition at line 906 of file dhcpd.h.

◆ next_event_time

TIME pool::next_event_time

Definition at line 917 of file dhcpd.h.

◆ OMAPI_OBJECT_PREAMBLE

pool::OMAPI_OBJECT_PREAMBLE

Definition at line 905 of file dhcpd.h.

◆ permit_list

struct permit* pool::permit_list

Definition at line 909 of file dhcpd.h.

◆ prohibit_list

struct permit* pool::prohibit_list

Definition at line 910 of file dhcpd.h.

◆ reserved

struct lease* pool::reserved

Definition at line 916 of file dhcpd.h.

◆ shared_network

struct shared_network* pool::shared_network

Definition at line 908 of file dhcpd.h.

◆ valid_from

TIME pool::valid_from

Definition at line 922 of file dhcpd.h.

◆ valid_until

TIME pool::valid_until

Definition at line 923 of file dhcpd.h.


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