Home
last modified time | relevance | path

Searched refs:res_query (Results 1 – 10 of 10) sorted by relevance

/NextBSD/lib/libc/resolv/
HDres_data.c165 res_query(const char *name, /*!< domain name */ in res_query() function
323 #undef res_query
324 __weak_reference(__res_query, res_query);
HDMakefile.inc8 res_query.c res_send.c res_state.c res_update.c
HDSymbol.map96 res_query;
/NextBSD/include/
HDresolv.h294 #define res_query __res_query macro
311 int res_query(const char *, int, int, u_char *, int);
/NextBSD/usr.sbin/pkg/
HDdns_utils.c124 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 || in dns_getsrvinfo()
/NextBSD/lib/libc/net/
HDMakefile.inc120 resolver.3 res_mkquery.3 resolver.3 res_query.3 \
/NextBSD/crypto/openssh/openbsd-compat/
HDgetrrsetbyname.c235 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype, in getrrsetbyname()
/NextBSD/contrib/ntp/sntp/m4/
HDopenldap.m4208 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
214 len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
/NextBSD/crypto/openssh/
HDconfigure.ac891 AC_CHECK_LIB([resolv], [res_query], [ LIBS="$LIBS -lresolv" ])
3838 AC_SEARCH_LIBS([res_query], [resolv])
3840 AC_MSG_CHECKING([if res_query will link])
3848 res_query (0, 0, 0, 0, 0);
3854 AC_MSG_CHECKING([for res_query in -lresolv])
3862 res_query (0, 0, 0, 0, 0);
HDconfigure7900 char res_query ();
7904 return res_query ();
16227 char res_query ();
16231 return res_query ();
16339 res_query (0, 0, 0, 0, 0);
16368 res_query (0, 0, 0, 0, 0);