Home
last modified time | relevance | path

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

/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rdata.c282 wdns_rrtype_to_str(cur->rrtype), in test_str_to_rdata()
297 wdns_rrtype_to_str(cur->rrtype)); in test_str_to_rdata()
318 wdns_rrtype_to_str(cur->rrtype), in test_str_to_rdata()
H A Dtest-rdata_to_str.c304 wdns_rrtype_to_str(cur->rrtype)); in test_rdata_to_str()
317 wdns_rrtype_to_str(cur->rrtype)); in test_rdata_to_str()
/dports/net/axa/axa-2.2.0/axalib/
H A Dwdns_rtype.c35 result = wdns_rrtype_to_str(rtype); in axa_rtype_to_str()
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dlibwdns.sym34 wdns_rrtype_to_str;
H A Drr_to_ubuf.c9 dns_type = wdns_rrtype_to_str(rr->rrtype); in _wdns_rr_to_ubuf()
H A Drdata_to_ubuf.c310 s_rrtype = wdns_rrtype_to_str(my_rrtype); in _wdns_rdata_to_ubuf()
339 s_rrtype = wdns_rrtype_to_str(my_rrtype); in _wdns_rdata_to_ubuf()
H A Drrtype_to_str.c3 wdns_rrtype_to_str(uint16_t rrtype) in wdns_rrtype_to_str() function
H A Dwdns.h261 const char * wdns_rrtype_to_str(uint16_t dns_type);
H A Dwdns.h.in261 const char * wdns_rrtype_to_str(uint16_t dns_type);
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Ddns.c204 s = wdns_rrtype_to_str(rrtype); in dns_type_print()
225 s = wdns_rrtype_to_str(rrtype); in dns_type_format()
/dports/dns/dnstable/dnstable-0.12.0/tests/
H A Dtest-bitmaps.c71 const char *s_rtype = wdns_rrtype_to_str(result_rrtypes.rrtypes[i]); in decode_test()
/dports/dns/py-pywdns/pywdns-0.10.1/
H A Dwdns.pxi92 const char * wdns_rrtype_to_str(uint16_t)
H A Dwdns.pyx485 s = wdns_rrtype_to_str(dns_type)
/dports/net/sie-nmsg/sie-nmsg-1.2.1/
H A Ddnsdedupe.c334 s = wdns_rrtype_to_str(rrtype); in dns_type_print()
357 s = wdns_rrtype_to_str(rrtype); in dns_type_format()
/dports/dns/dnstable/dnstable-0.12.0/dnstable/
H A Dentry.c129 const char *s_rrtype = wdns_rrtype_to_str(rrtype); in fmt_rrtype()
141 const char *s_rrtype = wdns_rrtype_to_str(rrtype); in fmt_rrtype_json()