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

Field Documentation

◆ abandoned

LEASE_STRUCT pool::abandoned

Definition at line 1040 of file dhcpd.h.

◆ active

LEASE_STRUCT pool::active

Definition at line 1036 of file dhcpd.h.

◆ backup

LEASE_STRUCT pool::backup

Definition at line 1039 of file dhcpd.h.

◆ backup_leases

int pool::backup_leases

Definition at line 1045 of file dhcpd.h.

◆ expired

LEASE_STRUCT pool::expired

Definition at line 1037 of file dhcpd.h.

◆ failover_peer

dhcp_failover_state_t* pool::failover_peer

Definition at line 1051 of file dhcpd.h.

◆ free

LEASE_STRUCT pool::free

Definition at line 1038 of file dhcpd.h.

◆ free_leases

int pool::free_leases

Definition at line 1044 of file dhcpd.h.

◆ group

struct group* pool::group

Definition at line 1032 of file dhcpd.h.

◆ index

int pool::index

Definition at line 1046 of file dhcpd.h.

◆ lease_count

int pool::lease_count

Definition at line 1043 of file dhcpd.h.

◆ logged

int pool::logged

Definition at line 1053 of file dhcpd.h.

◆ low_threshold

int pool::low_threshold

Definition at line 1054 of file dhcpd.h.

◆ next

struct pool* pool::next

Definition at line 1031 of file dhcpd.h.

◆ next_event_time

TIME pool::next_event_time

Definition at line 1042 of file dhcpd.h.

◆ OMAPI_OBJECT_PREAMBLE

pool::OMAPI_OBJECT_PREAMBLE

Definition at line 1030 of file dhcpd.h.

◆ permit_list

struct permit* pool::permit_list

Definition at line 1034 of file dhcpd.h.

◆ prohibit_list

struct permit* pool::prohibit_list

Definition at line 1035 of file dhcpd.h.

◆ reserved

LEASE_STRUCT pool::reserved

Definition at line 1041 of file dhcpd.h.

◆ shared_network

struct shared_network* pool::shared_network

Definition at line 1033 of file dhcpd.h.

◆ valid_from

TIME pool::valid_from

Definition at line 1047 of file dhcpd.h.

◆ valid_until

TIME pool::valid_until

Definition at line 1048 of file dhcpd.h.


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