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

/bind-9.11.3/lib/dns/
H A Dresult.c50 "name too long", /*%< 22 DNS_R_NAMETOOLONG */
194 "DNS_R_NAMETOOLONG",
424 case DNS_R_NAMETOOLONG:
H A Dname.c1960 return (DNS_R_NAMETOOLONG);
2120 return (DNS_R_NAMETOOLONG);
H A Dresolver.c6357 if (result == DNS_R_NAMETOOLONG)
/bind-9.11.3/lib/dns/include/dns/
H A Dresult.h57 #define DNS_R_NAMETOOLONG (ISC_RESULTCLASS_DNS + 22) macro
/bind-9.11.3/bin/tests/names/
H A Dt_names.c2111 else if (! strcmp(tok, "DNS_R_NAMETOOLONG"))
2112 exp_result = DNS_R_NAMETOOLONG;
/bind-9.11.3/bin/named/
H A Dquery.c4554 INSIST(result == DNS_R_NAMETOOLONG);
5744 if (result == DNS_R_NAMETOOLONG)
8361 if (result == DNS_R_NAMETOOLONG)
/bind-9.11.3/bin/dig/
H A Ddighost.c2483 if (result == DNS_R_NAMETOOLONG)

Completed in 506 milliseconds