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.cpp129 int res_send(const u_char* buf, int buflen, u_char* ans, int anssiz) { in res_send() argument
131 return res_nsend(gsa.get(), buf, buflen, ans, anssiz); in res_send()