Home
last modified time | relevance | path

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

/dports/dns/nsd/nsd-4.3.9/
H A Ddifffile.c283 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 Ddns.h285 const char *rrtype_to_string(uint16_t rrtype);
H A Drrl.c371 address, rrtype_to_string(query->qtype)); in rrl_msg()
401 address, rrtype_to_string(query->qtype), in rrl_update()
H A Drdata.c326 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 Dxfr-inspect.c182 else printf("\t%s\n", rrtype_to_string(rr->type)); in print_records()
H A Dutil.c1061 rrtype_to_string(record->type)); in print_rr()
H A Ddns.c891 rrtype_to_string(uint16_t rrtype) in rrtype_to_string() function
H A Dremote.c2591 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 Dnsd.c799 t += snprintf(t, len, " %s=%lu", rrtype_to_string(i), nsd->st.qtype[i]); in bind8_stats()
H A Dzonec.c2053 rrtype_to_string(rr->type)); in process_rr()
/dports/dns/nsd/nsd-4.3.9/doc/
H A DChangeLog4612 duplicate RRtype array, and using rrtype_to_string.