Searched refs:dns_lookup_x (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns.h257 extern int dns_lookup_x(const char *, unsigned, unsigned, DNS_RR **,
266 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (int *) 0, \
269 dns_lookup_x((name), (type), (rflags), (list), (fqdn), (why), (rcode), \
H A Ddns_lookup.c72 /* int dns_lookup_x(name, type, rflags, list, fqdn, why, rcode, lflags)
97 /* dns_lookup_x, dns_lookup_r(), dns_lookup_rl() and dns_lookup_rv()
1012 /* dns_lookup_x - DNS lookup user interface */
1014 int dns_lookup_x(const char *name, unsigned type, unsigned flags, function
1211 status = dns_lookup_x(name, type, flags, rrlist ? &rr : (DNS_RR **) 0,
1263 status = dns_lookup_x(name, type, flags, rrlist ? &rr : (DNS_RR **) 0,
/netbsd-current/external/ibm-public/postfix/dist/src/dnsblog/
H A Ddnsblog.c203 dns_status = dns_lookup_x(STR(query), T_A, 0, &addr_list, (VSTRING *) 0,

Completed in 122 milliseconds