Searched refs:RES_NOALIASES (Results 1 – 8 of 8) sorted by relevance
456 if (statp->options & RES_NOALIASES) in res_hostalias()
580 statp->options |= RES_NOALIASES; in __res_vinit()
675 case RES_NOALIASES: return "noaliases"; in p_option()
241 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
176 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()
1750 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
724 # ifdef RES_NOALIASES725 _res.options |= RES_NOALIASES;
3101 Honor the resolver option RES_NOALIASES when canonifying hostnames.