Home
last modified time | relevance | path

Searched refs:RES_NOALIASES (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c403 if (statp->options & RES_NOALIASES) in res_hostalias()
H A Dres_debug.c697 case RES_NOALIASES: return "noaliases"; in p_option()
/illumos-gate/usr/src/head/
H A Dresolv.h276 #define RES_NOALIASES 0x00001000 /* shuts off HOSTALIASES feature */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c693 # ifdef RES_NOALIASES
694 _res.options |= RES_NOALIASES;