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

/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c298 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
318 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
458 if (v_circuit) {
471 ns, tries, &v_circuit, &gotsomewhere);
476 if (v_circuit)
496 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
534 if (!v_circuit) {
794 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1017 *v_circuit = 1;
793 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument

Completed in 68 milliseconds