Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/resolv/
Dres_query.c457 if (statp->options & RES_NOALIASES) in res_hostalias()
Dres_init.c589 statp->options |= RES_NOALIASES; in __res_vinit()
Dres_debug.c679 case RES_NOALIASES: return "noaliases"; in p_option()
/freebsd-10-stable/include/
Dresolv.h239 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
/freebsd-10-stable/lib/libc/net/
Dgethostnamadr.c183 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()
Dgetaddrinfo.c1753 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
/freebsd-10-stable/contrib/sendmail/src/
Dmain.c701 # ifdef RES_NOALIASES
702 _res.options |= RES_NOALIASES;
/freebsd-10-stable/contrib/sendmail/
DRELEASE_NOTES2685 Honor the resolver option RES_NOALIASES when canonifying hostnames.