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

/osnet-11/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)
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c313 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
336 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
535 if (v_circuit) {
552 ns, tries, &v_circuit, &gotsomewhere);
561 if (v_circuit)
581 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
627 if (!v_circuit) {
887 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1135 *v_circuit = 1;
886 send_dg(res_state statp, 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 34 milliseconds