Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv/
H A Dres_send.c131 int try, v_circuit, resplen, ns; local
159 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
172 if (v_circuit) {
461 v_circuit = 1;
479 if ((v_circuit &&
492 if (v_circuit == 0)
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c308 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
326 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
466 if (v_circuit) { in res_nsend()
479 ns, tries, &v_circuit, &gotsomewhere); in res_nsend()
484 if (v_circuit) in res_nsend()
504 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
542 if (!v_circuit) { in res_nsend()
802 int anssiz, int *terrno, int ns, int tries, int *v_circuit, in send_dg() argument
1025 *v_circuit = 1; in send_dg()