ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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 1057 of file dhcpd.h.

Field Documentation

◆ failover_peer

dhcp_failover_state_t* shared_network::failover_peer

Definition at line 1071 of file dhcpd.h.

◆ flags

int shared_network::flags

Definition at line 1063 of file dhcpd.h.

◆ group

struct group* shared_network::group

Definition at line 1069 of file dhcpd.h.

◆ interface

struct interface_info* shared_network::interface

Definition at line 1066 of file dhcpd.h.

◆ ipv6_pond

struct ipv6_pond* shared_network::ipv6_pond

Definition at line 1068 of file dhcpd.h.

◆ name

char* shared_network::name

Definition at line 1060 of file dhcpd.h.

◆ next

struct shared_network* shared_network::next

Definition at line 1059 of file dhcpd.h.

◆ OMAPI_OBJECT_PREAMBLE

shared_network::OMAPI_OBJECT_PREAMBLE

Definition at line 1058 of file dhcpd.h.

◆ pools

struct pool* shared_network::pools

Definition at line 1067 of file dhcpd.h.

◆ subnets

struct subnet* shared_network::subnets

Definition at line 1065 of file dhcpd.h.


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