Home
last modified time | relevance | path

Searched refs:lookup_table_type (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dutil.h126 typedef struct lookup_table lookup_table_type; typedef
135 lookup_table_type *lookup_by_name(lookup_table_type table[], const char *name);
140 lookup_table_type *lookup_by_id(lookup_table_type table[], int id);
H A Drdata.h20 extern lookup_table_type dns_certificate_types[];
21 extern lookup_table_type dns_algorithms[];
H A Dutil.c125 static lookup_table_type log_priority_table[] = {
137 lookup_table_type *priority_info; in log_file()
248 lookup_table_type *
249 lookup_by_name(lookup_table_type *table, const char *name) in lookup_by_name()
259 lookup_table_type *
260 lookup_by_id(lookup_table_type *table, int id) in lookup_by_id()
H A Drdata.c28 lookup_table_type dns_certificate_types[] = {
48 lookup_table_type dns_algorithms[] = {
344 lookup_table_type *type in rdata_certificate_type_to_string()
H A Ddns.c28 static lookup_table_type dns_rrclasses[] = {
1023 lookup_table_type *entry = lookup_by_id(dns_rrclasses, rrclass); in rrclass_to_string()
1038 lookup_table_type *entry; in rrclass_from_string()
H A Dzonec.c321 const lookup_table_type *alg; in zparser_conv_algorithm()
343 const lookup_table_type *type; in zparser_conv_certificate_type()