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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
323 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
473 if (v_circuit) {
490 ns, tries, &v_circuit, &gotsomewhere);
495 if (v_circuit)
515 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
559 if (!v_circuit) {
827 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1085 *v_circuit = 1;
822 send_dg(res_state statp, int kq, 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 96 milliseconds