Searched defs:anssiz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c219 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { argument
225 return (res_nsend(&_res, buf, buflen, ans, anssiz));
230 u_char *ans, int anssiz)
237 return (res_nsendsigned(&_res, buf, buflen, key, ans, anssiz));
229 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, u_char *ans, int anssiz) argument
H A Dres_send.c309 const u_char *buf, int buflen, u_char *ans, int anssiz)
323 if (anssiz < HFIXEDSZ) {
439 ans, anssiz, &resplen);
472 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
481 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
500 ans, (resplen > anssiz) ? anssiz : resplen);
518 ans, anssiz, &resplen);
607 const u_char *buf, int buflen, u_char *ans, int anssiz,
758 if (resplen > anssiz) {
308 res_nsend(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz) argument
606 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
827 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]

Completed in 47 milliseconds