Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
D__res_send.c31 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz)
34 return __res_send(buf, buflen, ans, anssiz);
Dres_send.c364 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend() argument
380 if (anssiz < HFIXEDSZ) { in res_nsend()
397 ans, anssiz, &anslen); in res_nsend()
520 ans, anssiz, &resplen); in res_nsend()
554 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
573 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
600 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
624 ans, anssiz, &resplen); in res_nsend()
737 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc() argument
863 if (resplen > anssiz) { in send_vc()
[all …]
Dres_data.c228 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() argument
234 return (res_nsend(&_nres, buf, buflen, ans, anssiz)); in res_send()
240 u_char *ans, int anssiz) in res_sendsigned() argument
247 return (res_nsendsigned(&_nres, buf, buflen, key, ans, anssiz)); in res_sendsigned()