#include <dhcpd.h>
Data Fields | |
| OMAPI_OBJECT_PREAMBLE | |
| struct pool * | next |
| struct group * | group |
| struct shared_network * | shared_network |
| struct permit * | permit_list |
| struct permit * | prohibit_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 |
| LEASE_STRUCT pool::abandoned |
| LEASE_STRUCT pool::active |
| LEASE_STRUCT pool::backup |
| LEASE_STRUCT pool::expired |
| LEASE_STRUCT pool::free |
| LEASE_STRUCT pool::reserved |
| struct shared_network* pool::shared_network |