Searched refs:anssiz (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 309 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 D | res_data.c | 219 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 D | resolv.h | 146 int anssiz, 153 int anssiz,
|