Home
last modified time | relevance | path

Searched refs:DNS_R_NAMETOOLONG (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dresult.c440 case DNS_R_NAMETOOLONG: in dns_result_torcode()
H A Dname.c1919 return (DNS_R_NAMETOOLONG); in dns_name_fromwire()
2117 return (DNS_R_NAMETOOLONG); in dns_name_concatenate()
H A Dresolver.c7465 if (result == DNS_R_NAMETOOLONG) { in is_answertarget_allowed()
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dresult.h64 #define DNS_R_NAMETOOLONG (ISC_RESULTCLASS_DNS + 22) macro
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dquery.c2962 INSIST(result == DNS_R_NAMETOOLONG); in rpz_get_p_name()
7150 if (result == DNS_R_NAMETOOLONG) { in query_rpzcname()
10404 if (result == DNS_R_NAMETOOLONG) { in query_dname()
/netbsd/external/mpl/bind/dist/bin/dig/
H A Ddighost.c2213 if (result == DNS_R_NAMETOOLONG) { in setup_lookup()