ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
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 1520 of file dhcpd.h.

Field Documentation

◆ flags

u_int16_t dns_zone::flags

Definition at line 1529 of file dhcpd.h.

◆ key

struct auth_key* dns_zone::key

Definition at line 1528 of file dhcpd.h.

◆ name

char* dns_zone::name

Definition at line 1523 of file dhcpd.h.

◆ primary

struct option_cache* dns_zone::primary

Definition at line 1524 of file dhcpd.h.

◆ primary6

struct option_cache* dns_zone::primary6

Definition at line 1526 of file dhcpd.h.

◆ refcnt

int dns_zone::refcnt

Definition at line 1521 of file dhcpd.h.

◆ secondary

struct option_cache* dns_zone::secondary

Definition at line 1525 of file dhcpd.h.

◆ secondary6

struct option_cache* dns_zone::secondary6

Definition at line 1527 of file dhcpd.h.

◆ timeout

TIME dns_zone::timeout

Definition at line 1522 of file dhcpd.h.


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