Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c318 if (anssiz < HFIXEDSZ) { in res_nsend()
495 ans, (resplen > anssiz) ? anssiz : resplen); in res_nsend()
753 if (resplen > anssiz) { in send_vc()
758 len = anssiz; in send_vc()
787 len = resplen - anssiz; in send_vc()
810 ans, (resplen > anssiz) ? anssiz: resplen); in send_vc()
982 ans, (resplen > anssiz) ? anssiz : resplen); in send_dg()
995 ans, (resplen > anssiz) ? anssiz : resplen); in send_dg()
1007 ans, (resplen > anssiz) ? anssiz : resplen); in send_dg()
1025 ans, (resplen > anssiz) ? anssiz : resplen); in send_dg()
[all …]
H A Dres_data.c215 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() argument
221 return (res_nsend(&_res, buf, buflen, ans, anssiz)); in res_send()
226 u_char *ans, int anssiz) in res_sendsigned() argument
233 return (res_nsendsigned(&_res, buf, buflen, key, ans, anssiz)); in res_sendsigned()
/illumos-gate/usr/src/head/
H A Dresolv.h146 int anssiz,
153 int anssiz,