Searched refs:rrtype_to_string (Results 1 – 11 of 11) sorted by relevance
/dports/dns/nsd/nsd-4.3.9/ |
H A D | difffile.c | 283 rrtype_to_string(rrset_rrtype(rrset)))); in rrset_delete() 376 rrtype_to_string(type), i, in debug_find_rr_num() 377 rrtype_to_string(rrset->rrs[i].type)); in debug_find_rr_num() 383 rrtype_to_string(type), in debug_find_rr_num() 391 rrtype_to_string(type), in debug_find_rr_num() 400 rrtype_to_string(type), in debug_find_rr_num() 682 dname_to_string(dname,0), rrtype_to_string(type)); in delete_RR() 803 dname_to_string(dname,0), rrtype_to_string(type))); in add_RR() 1219 dname_to_string(dname,0), rrtype_to_string(type))); in apply_ixfr()
|
H A D | dns.h | 285 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 | 182 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 | 2591 strncmp(rrtype_to_string(i), "TYPE", 4) == 0) in print_stat_block() 2594 rrtype_to_string(i), (unsigned long)st->qtype[i])) in print_stat_block()
|
H A D | nsd.c | 799 t += snprintf(t, len, " %s=%lu", rrtype_to_string(i), nsd->st.qtype[i]); in bind8_stats()
|
H A D | zonec.c | 2053 rrtype_to_string(rr->type)); in process_rr()
|
/dports/dns/nsd/nsd-4.3.9/doc/ |
H A D | ChangeLog | 4612 duplicate RRtype array, and using rrtype_to_string.
|