OpenDNSSEC-signer 2.1.13
Data Fields
domain_struct Struct Reference

#include <domain.h>

Data Fields

denial_typedenial
 
zone_typezone
 
ldns_rbnode_t * node
 
ldns_rdf * dname
 
domain_typeparent
 
rrset_typerrsets
 
unsigned is_new: 1
 
unsigned is_apex: 1
 

Detailed Description

Domain.

Definition at line 52 of file domain.h.

Field Documentation

◆ denial

denial_type* domain_struct::denial

◆ dname

ldns_rdf* domain_struct::dname

◆ is_apex

unsigned domain_struct::is_apex

◆ is_new

unsigned domain_struct::is_new

Definition at line 59 of file domain.h.

Referenced by domain_create(), and namedb_add_domain().

◆ node

ldns_rbnode_t* domain_struct::node

◆ parent

domain_type* domain_struct::parent

Definition at line 57 of file domain.h.

Referenced by domain_create(), domain_is_occluded(), and namedb_domain_entize().

◆ rrsets

rrset_type* domain_struct::rrsets

◆ zone

zone_type* domain_struct::zone

Definition at line 54 of file domain.h.

Referenced by domain_create(), and zone_add_rr().


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