Searched defs: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.c311 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
329 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
469 if (v_circuit) {
482 ns, tries, &v_circuit, &gotsomewhere);
487 if (v_circuit)
507 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
545 if (!v_circuit) {
828 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1051 *v_circuit = 1;
827 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 244 milliseconds