Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/resolv/
HDres_query.c456 if (statp->options & RES_NOALIASES) in res_hostalias()
HDres_init.c580 statp->options |= RES_NOALIASES; in __res_vinit()
HDres_debug.c675 case RES_NOALIASES: return "noaliases"; in p_option()
/freebsd-13-stable/include/
HDresolv.h241 #define RES_NOALIASES 0x00001000 /*%< shuts off HOSTALIASES feature */ macro
/freebsd-13-stable/lib/libc/net/
HDgethostnamadr.c176 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()
HDgetaddrinfo.c1750 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
/freebsd-13-stable/contrib/sendmail/src/
HDmain.c724 # ifdef RES_NOALIASES
725 _res.options |= RES_NOALIASES;
/freebsd-13-stable/contrib/sendmail/
HDRELEASE_NOTES3101 Honor the resolver option RES_NOALIASES when canonifying hostnames.