Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_send.c352 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend() argument
358 if (anssiz < HFIXEDSZ) { in res_nsend()
371 ans, anssiz, &anslen); in res_nsend()
508 ans, anssiz, &resplen); in res_nsend()
546 n = send_vc(statp, &params, buf, buflen, ans, anssiz, &terrno, in res_nsend()
577 n = send_dg(statp, &params, buf, buflen, ans, anssiz, &terrno, in res_nsend()
613 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
635 ans, anssiz, &resplen); in res_nsend()
757 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc() argument
905 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()