Searched refs:res_query (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/resolv/
H A DMakefile.inc8 res_query.c res_send.c res_state.c res_update.c
H A Dres_data.c166 res_query(const char *name, /*!< domain name */ function
324 #undef res_query macro
325 __weak_reference(__res_query, res_query);
/freebsd-13-stable/include/
H A Dresolv.h76 * This used to be defined in res_query.c, now it's in herror.c.
296 #define res_query __res_query macro
313 int res_query(const char *, int, int, u_char *, int);
/freebsd-13-stable/lib/libc/net/
H A DMakefile.inc115 resolver.3 res_mkquery.3 resolver.3 res_query.3 \
/freebsd-13-stable/usr.sbin/pkg/
H A Ddns_utils.c127 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 ||
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c235 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c557 extern int res_query(), res_search();
636 resfunc = res_query;
1426 ** res_query() calls res_send() which

Completed in 148 milliseconds