Searched refs:DNS_R_NAMETOOLONG (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dresult.c61 "name too long", /*%< 22 DNS_R_NAMETOOLONG */
269 case DNS_R_NAMETOOLONG:
H A Dname.c1917 return (DNS_R_NAMETOOLONG);
2071 return (DNS_R_NAMETOOLONG);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresult.h68 #define DNS_R_NAMETOOLONG (ISC_RESULTCLASS_DNS + 22) macro
/bind-9.6-ESV-R11/bin/tests/names/
H A Dt_names.c2122 else if (! strcmp(tok, "DNS_R_NAMETOOLONG"))
2123 exp_result = DNS_R_NAMETOOLONG;
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c4655 if (result == DNS_R_NAMETOOLONG)

Completed in 34 milliseconds