ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
group Struct Reference

#include <dhcpd.h>

Data Fields

struct groupnext
 
int refcnt
 
struct group_objectobject
 
struct subnetsubnet
 
struct shared_networkshared_network
 
int authoritative
 
struct executable_statementstatements
 

Detailed Description

Definition at line 962 of file dhcpd.h.

Field Documentation

◆ authoritative

int group::authoritative

Definition at line 969 of file dhcpd.h.

◆ next

struct group* group::next

Definition at line 963 of file dhcpd.h.

◆ object

struct group_object* group::object

Definition at line 966 of file dhcpd.h.

◆ refcnt

int group::refcnt

Definition at line 965 of file dhcpd.h.

◆ shared_network

struct shared_network* group::shared_network

Definition at line 968 of file dhcpd.h.

◆ statements

struct executable_statement* group::statements

Definition at line 970 of file dhcpd.h.

◆ subnet

struct subnet* group::subnet

Definition at line 967 of file dhcpd.h.


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