DNSSEC values and texts

Macros

#define GETDNS_DNSSEC_SECURE   400
 
#define GETDNS_DNSSEC_SECURE_TEXT   "The record was determined to be secure in DNSSEC"
 
#define GETDNS_DNSSEC_BOGUS   401
 
#define GETDNS_DNSSEC_BOGUS_TEXT   "The record was determined to be bogus in DNSSEC"
 
#define GETDNS_DNSSEC_INDETERMINATE   402
 
#define GETDNS_DNSSEC_INDETERMINATE_TEXT   "The record was not determined to be any state in DNSSEC"
 
#define GETDNS_DNSSEC_INSECURE   403
 
#define GETDNS_DNSSEC_INSECURE_TEXT   "The record was determined to be insecure in DNSSEC"
 
#define GETDNS_DNSSEC_NOT_PERFORMED   404
 
#define GETDNS_DNSSEC_NOT_PERFORMED_TEXT   "DNSSEC validation was not performed (only used for debugging)"
 

Detailed Description

Macro Definition Documentation

◆ GETDNS_DNSSEC_SECURE

#define GETDNS_DNSSEC_SECURE   400

Definition at line 105 of file getdns.h.

◆ GETDNS_DNSSEC_SECURE_TEXT

#define GETDNS_DNSSEC_SECURE_TEXT   "The record was determined to be secure in DNSSEC"

Definition at line 106 of file getdns.h.

◆ GETDNS_DNSSEC_BOGUS

#define GETDNS_DNSSEC_BOGUS   401

Definition at line 107 of file getdns.h.

◆ GETDNS_DNSSEC_BOGUS_TEXT

#define GETDNS_DNSSEC_BOGUS_TEXT   "The record was determined to be bogus in DNSSEC"

Definition at line 108 of file getdns.h.

◆ GETDNS_DNSSEC_INDETERMINATE

#define GETDNS_DNSSEC_INDETERMINATE   402

Definition at line 109 of file getdns.h.

◆ GETDNS_DNSSEC_INDETERMINATE_TEXT

#define GETDNS_DNSSEC_INDETERMINATE_TEXT   "The record was not determined to be any state in DNSSEC"

Definition at line 110 of file getdns.h.

◆ GETDNS_DNSSEC_INSECURE

#define GETDNS_DNSSEC_INSECURE   403

Definition at line 111 of file getdns.h.

◆ GETDNS_DNSSEC_INSECURE_TEXT

#define GETDNS_DNSSEC_INSECURE_TEXT   "The record was determined to be insecure in DNSSEC"

Definition at line 112 of file getdns.h.

◆ GETDNS_DNSSEC_NOT_PERFORMED

#define GETDNS_DNSSEC_NOT_PERFORMED   404

Definition at line 113 of file getdns.h.

◆ GETDNS_DNSSEC_NOT_PERFORMED_TEXT

#define GETDNS_DNSSEC_NOT_PERFORMED_TEXT   "DNSSEC validation was not performed (only used for debugging)"

Definition at line 114 of file getdns.h.