Home
last modified time | relevance | path

Searched refs:res_search (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_data.c233 res_search(const char *name, /*!< domain name */ in res_search() function
324 #undef res_search
325 __weak_reference(__res_search, res_search);
H A DSymbol.map93 res_search;
/freebsd/include/
H A Dresolv.h297 #define res_search __res_search macro
315 int res_search(const char *, int, int, u_char *, int);
/freebsd/contrib/dma/
H A Ddns.c162 err = res_search(searchhost, ns_c_in, ns_t_mx, ans, anssz); in dns_get_mx_list()
/freebsd/lib/libc/net/
H A DMakefile.inc156 resolver.3 res_search.3 \
/freebsd/contrib/sendmail/src/
H A Ddomain.c893 extern int res_search __P((const char *, int, int , u_char *, int));
965 resfunc = res_search;
H A Dsm_resolve.c1247 resfunc = res_search;
H A DREADME460 res_search routine with an unknown host name, it returns
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c515 #define resolve_search(h,n,c,t,r,l) res_search(n,c,t,r,l)
H A DChangeLog2019 * resolve.c (dns_lookup_int): send rr_class to res_search
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in698 /* Define to 1 if you have the `res_search' function. */
/freebsd/crypto/heimdal/
H A DChangeLog.19991120 have a libresolv (currently by checking for res_search)
H A DChangeLog.1998408 dn_expand and res_search
H A Dconfigure16972 res_search(0,0,0,0,0)
16993 for ac_func in res_search
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES4352 HPUX 11.0 has a broken res_search() function.
7446 routines res_query and res_search return the size of the
10050 Diagnose bizarre case where res_search returns a failure value,