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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c326 const u_char *buf, int buflen, u_char *ans, int anssiz)
341 if (anssiz < HFIXEDSZ) {
463 ans, anssiz, &resplen);
499 n = send_vc(statp, buf, (size_t)buflen, ans, anssiz, &terrno,
512 buf, (size_t)buflen, ans, anssiz, &terrno,
531 ans, (resplen > anssiz) ? anssiz : resplen);
549 ans, anssiz, &resplen);
644 const void *buf, size_t buflen, u_char *ans, int anssiz,
783 if (resplen > anssiz) {
325 res_nsend(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz) argument
643 send_vc(res_state statp, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
852 send_dg(res_state statp, int kq, const void *buf, size_t buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]
H A Dres_data.c249 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { argument
255 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
261 u_char *ans, int anssiz)
268 return (res_nsendsigned(&_nres, buf, buflen, key, ans, anssiz));
260 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, u_char *ans, int anssiz) argument

Completed in 65 milliseconds