Searched refs:ans (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)
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,
648 HEADER *anhp = (HEADER *)(void *)ans;
754 cp = ans;
782 resplen = ns_get16(ans);
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 36 milliseconds