Searched refs:RES_NOALIASES (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/include/
H A Dresolv.h239 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
/freebsd-10-stable/lib/libc/resolv/
H A Dres_query.c457 if (statp->options & RES_NOALIASES)
H A Dres_debug.c679 case RES_NOALIASES: return "noaliases";
H A Dres_init.c589 statp->options |= RES_NOALIASES;
/freebsd-10-stable/lib/libc/net/
H A Dgethostnamadr.c183 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
H A Dgetaddrinfo.c1753 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
/freebsd-10-stable/contrib/sendmail/src/
H A Dmain.c701 # ifdef RES_NOALIASES
702 _res.options |= RES_NOALIASES;
703 # endif /* RES_NOALIASES */

Completed in 63 milliseconds