#include <dhcpd.h>
Data Fields | |
OMAPI_OBJECT_PREAMBLE | |
struct host_decl * | n_ipaddr |
struct host_decl * | n_dynamic |
char * | name |
struct hardware | interface |
struct data_string | client_identifier |
struct option * | host_id_option |
struct data_string | host_id |
struct option_cache * | fixed_addr |
struct iaddrcidrnetlist * | fixed_prefix |
struct group * | group |
struct group_object * | named_group |
struct data_string | auth_key_id |
int | flags |
int | relays |
Definition at line 861 of file dhcpd.h.
struct data_string host_decl::auth_key_id [read] |
struct data_string host_decl::client_identifier [read] |
struct option_cache* host_decl::fixed_addr [read] |
struct iaddrcidrnetlist* host_decl::fixed_prefix [read] |
struct group* host_decl::group [read] |
struct data_string host_decl::host_id [read] |
struct option* host_decl::host_id_option [read] |
struct hardware host_decl::interface [read] |
struct host_decl* host_decl::n_dynamic [read] |
struct host_decl* host_decl::n_ipaddr [read] |
char* host_decl::name |
struct group_object* host_decl::named_group [read] |