Home
last modified time | relevance | path

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

/freebsd/contrib/ldns-host/
H A Dldns-host.c354 } rr_types[] = { variable
523 for (i = 0; i < countof(rr_types); i++) { in print_rr_short()
524 if (rr_types[i].type == type) { in print_rr_short()
525 printf("%s", rr_types[i].text); in print_rr_short()