Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_send.c299 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend() argument
312 if (anssiz < HFIXEDSZ) { in res_nsend()
435 ans, anssiz, &resplen); in res_nsend()
471 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno, in res_nsend()
484 buf, buflen, ans, anssiz, &terrno, in res_nsend()
503 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
521 ans, anssiz, &resplen); in res_nsend()
616 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc() argument
747 if (resplen > anssiz) { in send_vc()
752 len = anssiz; in send_vc()
[all …]
H A Dres_data.c191 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() argument
198 return (res_nsend(statp, buf, buflen, ans, anssiz)); in res_send()
204 u_char *ans, int anssiz) in res_sendsigned() argument
212 return (res_nsendsigned(statp, buf, buflen, key, ans, anssiz)); in res_sendsigned()