ISC DHCP  4.3.5
A reference DHCPv4 and DHCPv6 implementation
dns_zone Struct Reference

#include <dhcpd.h>

Data Fields

int refcnt
 
TIME timeout
 
char * name
 
struct option_cacheprimary
 
struct option_cachesecondary
 
struct option_cacheprimary6
 
struct option_cachesecondary6
 
struct auth_keykey
 
u_int16_t flags
 

Detailed Description

Definition at line 1486 of file dhcpd.h.

Field Documentation

§ flags

u_int16_t dns_zone::flags

Definition at line 1495 of file dhcpd.h.

§ key

struct auth_key* dns_zone::key

Definition at line 1494 of file dhcpd.h.

§ name

char* dns_zone::name

Definition at line 1489 of file dhcpd.h.

§ primary

struct option_cache* dns_zone::primary

Definition at line 1490 of file dhcpd.h.

§ primary6

struct option_cache* dns_zone::primary6

Definition at line 1492 of file dhcpd.h.

§ refcnt

int dns_zone::refcnt

Definition at line 1487 of file dhcpd.h.

§ secondary

struct option_cache* dns_zone::secondary

Definition at line 1491 of file dhcpd.h.

§ secondary6

struct option_cache* dns_zone::secondary6

Definition at line 1493 of file dhcpd.h.

§ timeout

TIME dns_zone::timeout

Definition at line 1488 of file dhcpd.h.


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