ISC DHCP  4.3.2
A reference DHCPv4 and DHCPv6 implementation
shared_network Struct Reference

#include <dhcpd.h>

Data Fields

 OMAPI_OBJECT_PREAMBLE
 
struct shared_networknext
 
char * name
 
int flags
 
struct subnetsubnets
 
struct interface_infointerface
 
struct poolpools
 
struct ipv6_pondipv6_pond
 
struct groupgroup
 
dhcp_failover_state_t * failover_peer
 

Detailed Description

Definition at line 967 of file dhcpd.h.

Field Documentation

dhcp_failover_state_t* shared_network::failover_peer

Definition at line 981 of file dhcpd.h.

int shared_network::flags

Definition at line 973 of file dhcpd.h.

struct group* shared_network::group

Definition at line 979 of file dhcpd.h.

struct interface_info* shared_network::interface

Definition at line 976 of file dhcpd.h.

struct ipv6_pond* shared_network::ipv6_pond

Definition at line 978 of file dhcpd.h.

char* shared_network::name

Definition at line 970 of file dhcpd.h.

struct shared_network* shared_network::next

Definition at line 969 of file dhcpd.h.

shared_network::OMAPI_OBJECT_PREAMBLE

Definition at line 968 of file dhcpd.h.

struct pool* shared_network::pools

Definition at line 977 of file dhcpd.h.

struct subnet* shared_network::subnets

Definition at line 975 of file dhcpd.h.


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