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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/
H A Dllib-lresolv45 int res_nquery(res_state, const char *, int, int, u_char *, int);
H A Dmapfile-vers64 res_nquery;
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c111 res_nquery(res_state statp, function
162 printf(";; res_nquery: retry without EDNS0\n");
238 return (res_nquery(statp, cp, class, type, answer, anslen));
399 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c200 return (res_nquery(&_res, name, class, type, answer, anslen));
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c285 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET);
467 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET);
H A Ddns_ho.c288 * this is also done in res_nquery() since we are not the only
469 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
615 * this is also done in res_nquery() since we are not the only
/opensolaris-onvv-gate/usr/src/head/
H A Dresolv.h403 int res_nquery __P((res_state,
/opensolaris-onvv-gate/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c410 alen = res_nquery(&res, domain, C_IN, T_NS, (uchar_t *)&abuf,
424 dprint("getNS(\"%s\"): res_nquery failed "
432 dprint("getNS(\"%s\"): res_nquery failed " "(h_errno %d)\n",
529 dprint("getNS: fell through res_nquery results - no A records\n");

Completed in 88 milliseconds