Searched refs:res_nquery (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_query.c120 __weak_alias(res_nquery,_res_nquery)
149 res_nquery(res_state statp, function
200 printf(";; res_nquery: retry without EDNS0\n");
276 return (res_nquery(statp, cp, class, type, answer, anslen));
437 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c231 return (res_nquery(&_nres, name, class, type, answer, anslen));
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_query.c113 res_nquery(res_state statp, function
216 return res_nquery(statp, cp, class, type,
376 return res_nquery(statp,
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_query.c113 res_nquery(res_state statp, function
164 printf(";; res_nquery: retry without EDNS0\n");
240 return (res_nquery(statp, cp, class, type, answer, anslen));
401 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c187 return (res_nquery(&_res, name, class, type, answer, anslen));
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dminires.h91 #define res_nquery MRres_nquery macro
163 isc_result_t res_nquery(res_state, const char *,
H A Dresolv.h298 int res_nquery (res_state,
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h388 #define res_nquery __res_nquery macro
472 int res_nquery(res_state, const char *, int, int, u_char *, int);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h390 #define res_nquery __res_nquery macro
475 int res_nquery __P((res_state, const char *, int, int,
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DMakefile.inc102 resolver.3 res_nquery.3 \
H A Dgetnetnamadr.c350 anslen = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
H A Dgethnamaddr.c577 * this is also done in res_nquery() since we are not the only
1188 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
1191 debugprintf("res_nquery failed (%d)\n", res, n);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns_nw.c287 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET);
469 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET);
H A Ddns_ho.c290 * this is also done in res_nquery() since we are not the only
471 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
617 * this is also done in res_nquery() since we are not the only

Completed in 184 milliseconds