Home
last modified time | relevance | path

Searched refs:wdns_str_to_rcode (Results 1 – 9 of 9) sorted by relevance

/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dlibwdns.sym53 wdns_str_to_rcode;
H A Drcode_to_str.c51 wdns_str_to_rcode(const char *str, uint16_t *out) { in wdns_str_to_rcode() function
H A Dwdns.h282 wdns_str_to_rcode(const char *str, uint16_t *out);
H A Dwdns.h.in282 wdns_str_to_rcode(const char *str, uint16_t *out);
/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rcode.c43 res = wdns_str_to_rcode(rcodes[n].str, &rcode); in test_str_to_rcode()
/dports/dns/py-pywdns/pywdns-0.10.1/
H A Dwdns.pxi96 wdns_res wdns_str_to_rcode(char *, uint16_t *)
H A Dwdns.pyx315 res = wdns_str_to_rcode(encoded_src, &rval)
317 raise Exception, 'wdns_str_to_rcode() failed: %s' % wdns_res_to_str(res)
/dports/dns/wdns/wdns-0.10.0/
H A DChangeLog64 * wdns_str_to_rcode(): New function.
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Ddnsqr.c1164 res = wdns_str_to_rcode(value, rcode); in dnsqr_rcode_parse()