Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_send.c301 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
318 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
468 if (v_circuit) { in res_nsend()
485 ns, tries, &v_circuit, &gotsomewhere); in res_nsend()
490 if (v_circuit) in res_nsend()
510 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
554 if (!v_circuit) { in res_nsend()
822 int anssiz, int *terrno, int ns, int tries, int *v_circuit, in send_dg() argument
1080 *v_circuit = 1; in send_dg()