ISC DHCP  4.3.6
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
 
LEASE_STRUCT active
 
LEASE_STRUCT expired
 
LEASE_STRUCT free
 
LEASE_STRUCT backup
 
LEASE_STRUCT abandoned
 
LEASE_STRUCT reserved
 
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
 
int logged
 
int low_threshold
 

Detailed Description

Definition at line 999 of file dhcpd.h.

Field Documentation

◆ abandoned

LEASE_STRUCT pool::abandoned

Definition at line 1010 of file dhcpd.h.

◆ active

LEASE_STRUCT pool::active

Definition at line 1006 of file dhcpd.h.

◆ backup

LEASE_STRUCT pool::backup

Definition at line 1009 of file dhcpd.h.

◆ backup_leases

int pool::backup_leases

Definition at line 1015 of file dhcpd.h.

◆ expired

LEASE_STRUCT pool::expired

Definition at line 1007 of file dhcpd.h.

◆ failover_peer

dhcp_failover_state_t* pool::failover_peer

Definition at line 1021 of file dhcpd.h.

◆ free

LEASE_STRUCT pool::free

Definition at line 1008 of file dhcpd.h.

◆ free_leases

int pool::free_leases

Definition at line 1014 of file dhcpd.h.

◆ group

struct group* pool::group

Definition at line 1002 of file dhcpd.h.

◆ index

int pool::index

Definition at line 1016 of file dhcpd.h.

◆ lease_count

int pool::lease_count

Definition at line 1013 of file dhcpd.h.

◆ logged

int pool::logged

Definition at line 1023 of file dhcpd.h.

◆ low_threshold

int pool::low_threshold

Definition at line 1024 of file dhcpd.h.

◆ next

struct pool* pool::next

Definition at line 1001 of file dhcpd.h.

◆ next_event_time

TIME pool::next_event_time

Definition at line 1012 of file dhcpd.h.

◆ OMAPI_OBJECT_PREAMBLE

pool::OMAPI_OBJECT_PREAMBLE

Definition at line 1000 of file dhcpd.h.

◆ permit_list

struct permit* pool::permit_list

Definition at line 1004 of file dhcpd.h.

◆ prohibit_list

struct permit* pool::prohibit_list

Definition at line 1005 of file dhcpd.h.

◆ reserved

LEASE_STRUCT pool::reserved

Definition at line 1011 of file dhcpd.h.

◆ shared_network

struct shared_network* pool::shared_network

Definition at line 1003 of file dhcpd.h.

◆ valid_from

TIME pool::valid_from

Definition at line 1017 of file dhcpd.h.

◆ valid_until

TIME pool::valid_until

Definition at line 1018 of file dhcpd.h.


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