Searched refs:anssiz (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 306 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend() argument 320 if (anssiz < HFIXEDSZ) { in res_nsend() 436 ans, anssiz, &resplen); in res_nsend() 469 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend() 478 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend() 497 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend() 515 ans, anssiz, &resplen); in res_nsend() 604 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc() argument 732 if (resplen > anssiz) { in send_vc() 737 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_44/usr/src/head/ |
H A D | resolv.h | 146 int anssiz, 153 int anssiz,
|