Searched refs:RES_NOALIASES (Results 1 – 8 of 8) sorted by relevance
457 if (statp->options & RES_NOALIASES) in res_hostalias()
589 statp->options |= RES_NOALIASES; in __res_vinit()
679 case RES_NOALIASES: return "noaliases"; in p_option()
239 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
183 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()
1753 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
701 # ifdef RES_NOALIASES702 _res.options |= RES_NOALIASES;
2685 Honor the resolver option RES_NOALIASES when canonifying hostnames.