ISC DHCP  4.3.3
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 1013 of file dhcpd.h.

Field Documentation

dhcp_failover_state_t* shared_network::failover_peer

Definition at line 1027 of file dhcpd.h.

int shared_network::flags

Definition at line 1019 of file dhcpd.h.

struct group* shared_network::group

Definition at line 1025 of file dhcpd.h.

struct interface_info* shared_network::interface

Definition at line 1022 of file dhcpd.h.

struct ipv6_pond* shared_network::ipv6_pond

Definition at line 1024 of file dhcpd.h.

char* shared_network::name

Definition at line 1016 of file dhcpd.h.

struct shared_network* shared_network::next

Definition at line 1015 of file dhcpd.h.

shared_network::OMAPI_OBJECT_PREAMBLE

Definition at line 1014 of file dhcpd.h.

struct pool* shared_network::pools

Definition at line 1023 of file dhcpd.h.

struct subnet* shared_network::subnets

Definition at line 1021 of file dhcpd.h.


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