ISC DHCP  4.3.6
A reference DHCPv4 and DHCPv6 implementation
host_decl Struct Reference

#include <dhcpd.h>

Data Fields

 OMAPI_OBJECT_PREAMBLE
 
struct host_decln_ipaddr
 
struct host_decln_dynamic
 
char * name
 
struct hardware interface
 
struct data_string client_identifier
 
struct optionhost_id_option
 
struct data_string host_id
 
struct option_cachefixed_addr
 
struct iaddrcidrnetlistfixed_prefix
 
struct groupgroup
 
struct group_objectnamed_group
 
struct data_string auth_key_id
 
int flags
 
int relays
 

Detailed Description

Definition at line 943 of file dhcpd.h.

Field Documentation

◆ auth_key_id

struct data_string host_decl::auth_key_id

Definition at line 959 of file dhcpd.h.

◆ client_identifier

struct data_string host_decl::client_identifier

Definition at line 949 of file dhcpd.h.

◆ fixed_addr

struct option_cache* host_decl::fixed_addr

Definition at line 955 of file dhcpd.h.

◆ fixed_prefix

struct iaddrcidrnetlist* host_decl::fixed_prefix

Definition at line 956 of file dhcpd.h.

◆ flags

int host_decl::flags

Definition at line 960 of file dhcpd.h.

◆ group

struct group* host_decl::group

Definition at line 957 of file dhcpd.h.

◆ host_id

struct data_string host_decl::host_id

Definition at line 951 of file dhcpd.h.

◆ host_id_option

struct option* host_decl::host_id_option

Definition at line 950 of file dhcpd.h.

◆ interface

struct hardware host_decl::interface

Definition at line 948 of file dhcpd.h.

◆ n_dynamic

struct host_decl* host_decl::n_dynamic

Definition at line 946 of file dhcpd.h.

◆ n_ipaddr

struct host_decl* host_decl::n_ipaddr

Definition at line 945 of file dhcpd.h.

◆ name

char* host_decl::name

Definition at line 947 of file dhcpd.h.

◆ named_group

struct group_object* host_decl::named_group

Definition at line 958 of file dhcpd.h.

◆ OMAPI_OBJECT_PREAMBLE

host_decl::OMAPI_OBJECT_PREAMBLE

Definition at line 944 of file dhcpd.h.

◆ relays

int host_decl::relays

Definition at line 967 of file dhcpd.h.


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