Searched refs:RES_DNSRCH (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dresolv.h263 #define RES_DNSRCH 0x00000200 /* search up local domain tree */ macro
282 #define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | RES_DNSRCH | RES_INSECURE1)
H A Dres_query.c812 * and RES_DNSRCH is set.
814 if ((!dots && (statp->options & RES_DEFNAMES) != 0) || (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0))
870 if ((statp->options & RES_DNSRCH) == 0) done++;
943 * and RES_DNSRCH is set.
945 if ((!dots && (statp->options & RES_DEFNAMES) != 0) || (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0))
1003 if ((statp->options & RES_DNSRCH) == 0) done++;
H A Dres_debug.c620 case RES_DNSRCH: return "dnsrch";
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp.c998 SMTP_DNS_RES_OPT_DNSRCH, RES_DNSRCH,
H A Dsmtp_tls_policy.c780 if (smtp_dns_res_opt & (RES_DEFNAMES | RES_DNSRCH)) {
/macosx-10.10.1/postfix-255/postfix/src/dns/
H A Ddns_lookup.c93 /* .IP RES_DNSRCH
248 #define USER_FLAGS (RES_DEBUG | RES_DNSRCH | RES_DEFNAMES | RES_USE_DNSSEC)

Completed in 111 milliseconds