Searched refs:dns_lookup (Results 1 - 16 of 16) sorted by path

/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dad.c285 r = dns_lookup(domain, "SRV");
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dtypes.h91 typedef struct dns_lookup dns_lookup_t;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dlookup.c40 struct dns_lookup { struct
/macosx-10.10/libresolv-57/
H A Ddns_util.c1303 dns_lookup(dns_handle_t d, const char *name, uint32_t class, uint32_t type) function
H A Ddns_util.h247 * A parsed DNS record. Returned by dns_parse_packet() and dns_lookup().
276 extern dns_reply_t *dns_lookup(dns_handle_t dns, const char *name, uint32_t dnsclass, uint32_t dnstype);
279 * Get / Set the size of the internal receive buffer used by dns_lookup()
/macosx-10.10/ntp-92/ntpd/
H A Dntp_peer.c1024 reply = dns_lookup(handle, dns_name, klass, type);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/
H A Dconfigure5718 for ac_func in dn_expand dns_lookup
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dconfigure4634 for ac_func in dn_expand dns_lookup
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns.h208 * dns_lookup.c
217 #define dns_lookup(name, type, rflags, list, fqdn, why) \ macro
H A Ddns_rr_to_pa.c100 if (dns_lookup(argv[1], type, 0, &rr, (VSTRING *) 0, why) != DNS_OK)
H A Ddns_rr_to_sa.c147 if (dns_lookup(argv[1], type, 0, &rr, (VSTRING *) 0, why) != DNS_OK)
/macosx-10.10/postfix-255/postfix/src/dnsblog/
H A Ddnsblog.c186 dns_status = dns_lookup(STR(query), T_A, 0, &addr_list, (VSTRING *) 0, why);
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c1100 switch (dns_lookup(domain, T_MX, r, &mx_names, (VSTRING *) 0,
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_addr.c256 * XXX dns_lookup() enables RES_DEFNAMES. This is wrong for names found in
412 switch (dns_lookup(name, T_MX, r, &mx_names, (VSTRING *) 0, why->reason)) {
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c1741 dns_status = dns_lookup(domain, T_MX, 0, &mx_list,
2697 dns_status = dns_lookup(domain, type, 0, &server_list,
2707 dns_status = dns_lookup(domain, type, 0, &server_list,
3005 dns_status = dns_lookup(query, T_A, 0, &addr_list, (VSTRING *) 0, why);
3021 if (dns_lookup(query, T_TXT, 0, &txt_list,
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_dane.c1097 ret = dns_lookup(tlsa_fqdn, T_TLSA, RES_USE_DNSSEC, &rrs, 0, why);
1180 ret = dns_lookup(qname, T_CNAME, RES_USE_DNSSEC, &rrs, 0, why);

Completed in 346 milliseconds