#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 |
struct lease * | active |
struct lease * | expired |
struct lease * | free |
struct lease * | backup |
struct lease * | abandoned |
struct lease * | 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 |
Definition at line 904 of file dhcpd.h.
struct lease* pool::abandoned [read] |
struct lease* pool::active [read] |
struct lease* pool::backup [read] |
struct lease* pool::expired [read] |
struct lease* pool::free [read] |
struct group* pool::group [read] |
struct pool* pool::next [read] |
struct permit* pool::permit_list [read] |
struct permit* pool::prohibit_list [read] |
struct lease* pool::reserved [read] |
struct shared_network* pool::shared_network [read] |