sldns_struct_lookup_table Struct Reference

A general purpose lookup table. More...

#include <parseutil.h>

Data Fields

int id
 
const char * name
 

Detailed Description

A general purpose lookup table.

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


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