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

/bionic/libc/dns/resolv/
H A Dres_send.c367 int gotsomewhere, terrno, try, v_circuit, resplen, ns, n; local
386 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
550 if (v_circuit) {
574 ns, &v_circuit, &gotsomewhere);
587 if (v_circuit)
613 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
651 if (!v_circuit) {
1049 int *terrno, int ns, int *v_circuit, int *gotsomewhere)
1260 *v_circuit = 1;
1047 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int *v_circuit, int *gotsomewhere) argument

Completed in 4 milliseconds