Home
last modified time | relevance | path

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

/openbsd/usr.bin/dig/lib/dns/include/dns/
H A Dresult.h66 #define DNS_R_NAMETOOLONG (ISC_RESULTCLASS_DNS + 22) macro
/openbsd/usr.bin/dig/lib/dns/
H A Dname.c1358 return (DNS_R_NAMETOOLONG); in dns_name_fromwire()
1507 return (DNS_R_NAMETOOLONG); in dns_name_concatenate()
/openbsd/usr.bin/dig/
H A Ddighost.c2011 if (result == DNS_R_NAMETOOLONG) in setup_lookup()