Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_query.c451 if (statp->options & RES_NOALIASES) in res_hostalias()
H A Dres_debug.c670 case RES_NOALIASES: return "noaliases"; in p_option()
H A Dres_init.c575 statp->options |= RES_NOALIASES; in __res_vinit()
/freebsd/include/
H A Dresolv.h240 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
/freebsd/lib/libc/net/
H A Dgethostnamadr.c175 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()
H A Dgetaddrinfo.c1749 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
/freebsd/contrib/sendmail/src/
H A Dmain.c724 # ifdef RES_NOALIASES
725 _res.options |= RES_NOALIASES;
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3101 Honor the resolver option RES_NOALIASES when canonifying hostnames.