Home
last modified time | relevance | path

Searched refs:RES_DNSRCH (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libresolv/
H A Dresolv.h96 #define RES_DNSRCH 0x0200 /* search up local domain tree */ macro
98 #define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | RES_DNSRCH)
H A Dres_query.c177 (n != 0 && *--cp != '.' && _res.options & RES_DNSRCH)) {
202 (_res.options & RES_DNSRCH) == 0)
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_resolv.h19 RES_DNSRCH | RES_NO_NIBBLE2)
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
320 if ((statp->options & RES_DNSRCH) == 0U) in res_nsearch()
H A Dres_debug.c699 case RES_DNSRCH: return "dnsrch"; in p_option()
/titanic_41/usr/src/head/
H A Dresolv.h273 #define RES_DNSRCH 0x00000200 /* search up local domain tree */ macro
291 #define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | RES_DNSRCH)
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c671 _res.options &= ~(RES_DNSRCH|RES_DEFNAMES);
858 if (n >= 0 && *--cp != '.' && bitset(RES_DNSRCH, _res.options))
H A Ddaemon.c2297 _res.options &= ~(RES_DEFNAMES|RES_DNSRCH);
2335 _res.options &= ~(RES_DEFNAMES|RES_DNSRCH);
H A Ddeliver.c1860 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
3433 _res.options |= RES_DEFNAMES | RES_DNSRCH; /* XXX */
5775 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
H A Dreadcf.c1966 { "dnsrch", RES_DNSRCH },
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c1077 net_data->res->options &= ~RES_DNSRCH;