Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_send.c260 int gotsomewhere, terrno, try, v_circuit, resplen; in __res_context_send() local
283 v_circuit = ((statp->options & RES_USEVC) in __res_context_send()
356 if (__glibc_unlikely (v_circuit)) { in __res_context_send()
375 ns, &v_circuit, &gotsomewhere, ansp, in __res_context_send()
381 if (v_circuit) in __res_context_send()
410 if ((v_circuit && (statp->options & RES_USEVC) == 0) || in __res_context_send()
419 if (!v_circuit) { in __res_context_send()
930 int *terrno, int ns, int *v_circuit, int *gotsomewhere, u_char **anscp, in send_dg() argument
1257 *v_circuit = 1; in send_dg()