Home
last modified time | relevance | path

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

/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dlibwdns.sym39 wdns_str_to_rrtype;
H A Drrtype_to_str.c211 wdns_str_to_rrtype(const char *str) { in wdns_str_to_rrtype() function
H A Dstr_to_rdata_ubuf.c656 my_rrtype = htons(wdns_str_to_rrtype(s_rrtype)); in _wdns_str_to_rdata_ubuf()
698 my_rrtype = wdns_str_to_rrtype(s_rrtype); in _wdns_str_to_rdata_ubuf()
H A Dwdns.h285 wdns_str_to_rrtype(const char *str);
H A Dwdns.h.in285 wdns_str_to_rrtype(const char *str);
/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rrtype.c111 rrtype = wdns_str_to_rrtype(rrtypes[n].str); in test_str_to_rrtype()
/dports/dns/dnstable/dnstable-0.12.0/tests/
H A Dtest-bitmaps.c90 uint16_t rrtype = wdns_str_to_rrtype(encode_this); in encode_test()
/dports/dns/py-pywdns/pywdns-0.10.1/
H A Dwdns.pxi97 uint16_t wdns_str_to_rrtype(char *)
H A Dwdns.pyx270 res = wdns_str_to_rrtype(encoded_src)
272 raise Exception, 'wdns_str_to_rrtype() failed'
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Ddns.c249 *rrtype = wdns_str_to_rrtype(value); in dns_type_parse()
/dports/net/sie-nmsg/sie-nmsg-1.2.1/
H A Ddnsdedupe.c380 *rrtype = wdns_str_to_rrtype(value); in dns_type_parse()
/dports/dns/dnstable/dnstable-0.12.0/dnstable/
H A Dquery.c352 rrtype = wdns_str_to_rrtype(s_rrtype); in dnstable_query_set_rrtype()