Home
last modified time | relevance | path

Searched refs:anssiz (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c309 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend() argument
323 if (anssiz < HFIXEDSZ) { in res_nsend()
439 ans, anssiz, &resplen); in res_nsend()
472 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
481 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
500 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
518 ans, anssiz, &resplen); in res_nsend()
607 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc() argument
758 if (resplen > anssiz) { in send_vc()
763 len = anssiz; in send_vc()
[all …]
H A Dres_data.c219 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() argument
225 return (res_nsend(&_res, buf, buflen, ans, anssiz)); in res_send()
230 u_char *ans, int anssiz) in res_sendsigned() argument
237 return (res_nsendsigned(&_res, buf, buflen, key, ans, anssiz)); in res_sendsigned()
/titanic_50/usr/src/head/
H A Dresolv.h146 int anssiz,
153 int anssiz,