Searched refs:RES_NOALIASES (Results 1 – 4 of 4) sorted by relevance
403 if (statp->options & RES_NOALIASES) in res_hostalias()
697 case RES_NOALIASES: return "noaliases"; in p_option()
276 #define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */ macro
693 # ifdef RES_NOALIASES694 _res.options |= RES_NOALIASES;