ISC DHCP  4.4.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 1043 of file dhcpd.h.

Field Documentation

dhcp_failover_state_t* shared_network::failover_peer

Definition at line 1057 of file dhcpd.h.

int shared_network::flags

Definition at line 1049 of file dhcpd.h.

struct group* shared_network::group

Definition at line 1055 of file dhcpd.h.

struct interface_info* shared_network::interface

Definition at line 1052 of file dhcpd.h.

struct ipv6_pond* shared_network::ipv6_pond

Definition at line 1054 of file dhcpd.h.

char* shared_network::name

Definition at line 1046 of file dhcpd.h.

struct shared_network* shared_network::next

Definition at line 1045 of file dhcpd.h.

shared_network::OMAPI_OBJECT_PREAMBLE

Definition at line 1044 of file dhcpd.h.

struct pool* shared_network::pools

Definition at line 1053 of file dhcpd.h.

struct subnet* shared_network::subnets

Definition at line 1051 of file dhcpd.h.


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