unbound  0.1
Data Fields
auth_zone Struct Reference

Auth zone. More...

#include <authzone.h>

Data Fields

rbnode_type node
 rbtree node, key is name and class
 
uint8_t * name
 zone name, in uncompressed wireformat
 
size_t namelen
 length of zone name
 
int namelabs
 number of labels in zone name
 
uint16_t dclass
 the class of this zone, in host byteorder. More...
 
lock_rw_type lock
 lock on the data in the structure For the node, parent, name, namelen, namelabs, dclass, you need to also hold the zones_tree lock to change them (or to delete this zone)
 
rbtree_type data
 auth data for this zone rbtree of struct auth_data
 
char * zonefile
 
int fallback_enabled
 

Detailed Description

Auth zone.

Authoritative data, that is fetched from instead of sending packets to the internet.

Field Documentation

◆ dclass

uint16_t auth_zone::dclass

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