ISC DHCP  4.3.1
A reference DHCPv4 and DHCPv6 implementation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 934 of file dhcpd.h.

Field Documentation

dhcp_failover_state_t* shared_network::failover_peer

Definition at line 948 of file dhcpd.h.

int shared_network::flags

Definition at line 940 of file dhcpd.h.

struct group* shared_network::group

Definition at line 946 of file dhcpd.h.

struct interface_info* shared_network::interface

Definition at line 943 of file dhcpd.h.

struct ipv6_pond* shared_network::ipv6_pond

Definition at line 945 of file dhcpd.h.

char* shared_network::name

Definition at line 937 of file dhcpd.h.

struct shared_network* shared_network::next

Definition at line 936 of file dhcpd.h.

shared_network::OMAPI_OBJECT_PREAMBLE

Definition at line 935 of file dhcpd.h.

struct pool* shared_network::pools

Definition at line 944 of file dhcpd.h.

struct subnet* shared_network::subnets

Definition at line 942 of file dhcpd.h.


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