OpenDNSSEC-signer  2.0.4
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 51 of file domain.h.

Field Documentation

◆ denial

denial_type* domain_struct::denial

Definition at line 52 of file domain.h.

Referenced by domain_add_rrset(), domain_diff(), domain_rollback(), and namedb_del_domain().

◆ dname

ldns_rdf* domain_struct::dname

◆ is_apex

unsigned domain_struct::is_apex

Definition at line 59 of file domain.h.

Referenced by domain_backup2(), domain_is_delegpt(), domain_is_occluded(), and namedb_examine().

◆ is_new

unsigned domain_struct::is_new

Definition at line 58 of file domain.h.

◆ node

ldns_rbnode_t* domain_struct::node

Definition at line 54 of file domain.h.

Referenced by domain_ent2unsignedns(), and namedb_del_domain().

◆ parent

domain_type* domain_struct::parent

Definition at line 56 of file domain.h.

Referenced by domain_is_occluded(), and namedb_domain_entize().

◆ rrsets

rrset_type* domain_struct::rrsets

◆ zone

zone_type* domain_struct::zone

Definition at line 53 of file domain.h.


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