ce_response Struct Reference

Closest encloser (ce) proof results Contains the ce and the next-closer (nc) proof. More...

Data Fields

uint8_t * ce
 the closest encloser name
 
size_t ce_len
 length of ce
 
struct ub_packed_rrset_keyce_rrset
 NSEC3 record that proved ce. More...
 
int ce_rr
 NSEC3 record that proved ce. More...
 
struct ub_packed_rrset_keync_rrset
 NSEC3 record that proved nc. More...
 
int nc_rr
 NSEC3 record that proved nc. More...
 

Detailed Description

Closest encloser (ce) proof results Contains the ce and the next-closer (nc) proof.

Field Documentation

◆ ce_rrset

struct ub_packed_rrset_key* ce_response::ce_rrset

NSEC3 record that proved ce.

rrset

Referenced by nsec3_find_closest_encloser().

◆ ce_rr

int ce_response::ce_rr

NSEC3 record that proved ce.

rr number

Referenced by nsec3_find_closest_encloser().

◆ nc_rrset

struct ub_packed_rrset_key* ce_response::nc_rrset

NSEC3 record that proved nc.

rrset

◆ nc_rr

int ce_response::nc_rr

NSEC3 record that proved nc.

rr


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