Data Fields | |
int | id |
const char * | name |
Lookup tables are arrays of (id, name) pairs, So you can for instance lookup the RCODE 3, which is "NXDOMAIN", and vice versa. The lookup tables themselves are defined wherever needed, for instance in host2str.c
Definition at line 156 of file util.h.
const char* ldns_struct_lookup_table::name |