Searched refs:rrtype_to_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | difffile.c | 314 rrtype_to_string(rrset_rrtype(rrset)))); in rrset_delete() 407 rrtype_to_string(type), i, in debug_find_rr_num() 408 rrtype_to_string(rrset->rrs[i].type)); in debug_find_rr_num() 414 rrtype_to_string(type), in debug_find_rr_num() 422 rrtype_to_string(type), in debug_find_rr_num() 431 rrtype_to_string(type), in debug_find_rr_num() 711 dname_to_string(dname,0), rrtype_to_string(type)); in delete_RR() 829 dname_to_string(dname,0), rrtype_to_string(type))); in add_RR() 1223 dname_to_string(owner, 0), rrtype_to_string(type))); in apply_ixfr()
|
H A D | dns.h | 286 const char *rrtype_to_string(uint16_t rrtype);
|
H A D | rrl.c | 371 address, rrtype_to_string(query->qtype)); in rrl_msg() 401 address, rrtype_to_string(query->qtype), in rrl_update()
|
H A D | rdata.c | 326 buffer_printf(output, "%s", rrtype_to_string(type)); in rdata_rrtype_to_string() 591 buffer_printf(output, "%s ", rrtype_to_string(i)); in rdata_nxt_to_string() 627 rrtype_to_string( in rdata_nsec_to_string()
|
H A D | xfr-inspect.c | 181 else printf("\t%s\n", rrtype_to_string(rr->type)); in print_records()
|
H A D | util.c | 1061 rrtype_to_string(record->type)); in print_rr()
|
H A D | dns.c | 891 rrtype_to_string(uint16_t rrtype) in rrtype_to_string() function
|
H A D | remote.c | 2597 strncmp(rrtype_to_string(i), "TYPE", 4) == 0) in print_stat_block() 2600 rrtype_to_string(i), (unsigned long)st->qtype[i])) in print_stat_block()
|
H A D | nsd.c | 859 t += snprintf(t, len, " %s=%lu", rrtype_to_string(i), st.qtype[i]); in bind8_stats()
|
H A D | zonec.c | 2060 rrtype_to_string(rr->type)); in process_rr()
|
H A D | ixfr.c | 2054 rrclass_to_string(rr->klass), rrtype_to_string(rr->type)); in print_rr_oneline()
|
/netbsd-src/external/bsd/nsd/dist/doc/ |
H A D | ChangeLog | 4903 duplicate RRtype array, and using rrtype_to_string.
|