Including this file will include all ldns files, and define some lookup tables. More...
Go to the source code of this file.
Defines | |
#define | LDNS_IP4ADDRLEN (32/8) |
#define | LDNS_IP6ADDRLEN (128/8) |
#define | LDNS_PORT 53 |
#define | LDNS_ROOT_LABEL_STR "." |
#define | LDNS_DEFAULT_TTL 3600 |
Variables | |
ldns_lookup_table | ldns_certificate_types [] |
Taken from RFC 2538, section 2.1. | |
ldns_lookup_table | ldns_algorithms [] |
Taken from RFC 2535, section 7. | |
ldns_lookup_table | ldns_cert_algorithms [] |
Taken from RFC 2538. | |
ldns_lookup_table | ldns_rr_classes [] |
rr types | |
ldns_lookup_table | ldns_rcodes [] |
Response codes. | |
ldns_lookup_table | ldns_opcodes [] |
Operation codes. | |
ldns_lookup_table | ldns_edns_flags [] |
EDNS flags. |
Including this file will include all ldns files, and define some lookup tables.
Definition in file ldns.h.
Taken from RFC 2538, section 2.1.
Taken from RFC 2535, section 7.
Definition at line 41 of file host2str.c.
Taken from RFC 2538.
Definition at line 67 of file host2str.c.
rr types
Definition at line 82 of file host2str.c.
Response codes.
Definition at line 92 of file host2str.c.
Operation codes.
Definition at line 107 of file host2str.c.