OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_table_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nsd/dist/
util.h
137
typedef struct lookup_table
lookup_table_type
;
typedef in typeref:struct:lookup_table
146
lookup_table_type
*lookup_by_name(
lookup_table_type
table[], const char *name);
151
lookup_table_type
*lookup_by_id(
lookup_table_type
table[], int id);
util.c
138
static
lookup_table_type
log_priority_table[] = {
150
lookup_table_type
*priority_info;
285
lookup_table_type
*
286
lookup_by_name(
lookup_table_type
*table, const char *name)
296
lookup_table_type
*
297
lookup_by_id(
lookup_table_type
*table, int id)
rdata.h
25
extern
lookup_table_type
dns_certificate_types[];
26
extern
lookup_table_type
dns_algorithms[];
dns.c
27
static
lookup_table_type
dns_rrclasses[] = {
1195
lookup_table_type
*entry = lookup_by_id(dns_rrclasses, rrclass);
1210
lookup_table_type
*entry;
rdata.c
31
lookup_table_type
dns_certificate_types[] = {
51
lookup_table_type
dns_algorithms[] = {
414
lookup_table_type
* type;
Completed in 23 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026