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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c328 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
349 terrno = ETIMEDOUT;
499 n = send_vc(statp, buf, (size_t)buflen, ans, anssiz, &terrno,
512 buf, (size_t)buflen, ans, anssiz, &terrno,
588 errno = terrno;
645 int *terrno, int ns)
710 *terrno = errno;
728 *terrno = errno;
745 *terrno = errno;
762 *terrno
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...]

Completed in 201 milliseconds