Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c141 int try, v_circuit, resplen, ns; local
172 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
185 if (v_circuit) {
474 v_circuit = 1;
492 if ((v_circuit &&
505 if (v_circuit == 0)
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
464 if (v_circuit) { in res_nsend()
477 ns, tries, &v_circuit, &gotsomewhere); in res_nsend()
482 if (v_circuit) in res_nsend()
502 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
540 if (!v_circuit) { in res_nsend()
823 int anssiz, int *terrno, int ns, int tries, int *v_circuit, in send_dg() argument
1046 *v_circuit = 1; in send_dg()