ISC DHCP  4.3.2
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 1416 of file dhcpd.h.

Field Documentation

u_int16_t dns_zone::flags

Definition at line 1425 of file dhcpd.h.

struct auth_key* dns_zone::key

Definition at line 1424 of file dhcpd.h.

char* dns_zone::name

Definition at line 1419 of file dhcpd.h.

struct option_cache* dns_zone::primary

Definition at line 1420 of file dhcpd.h.

struct option_cache* dns_zone::primary6

Definition at line 1422 of file dhcpd.h.

int dns_zone::refcnt

Definition at line 1417 of file dhcpd.h.

struct option_cache* dns_zone::secondary

Definition at line 1421 of file dhcpd.h.

struct option_cache* dns_zone::secondary6

Definition at line 1423 of file dhcpd.h.

TIME dns_zone::timeout

Definition at line 1418 of file dhcpd.h.


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