HomeSort by: relevance | last modified time | path
    Searched defs:v_circuit (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_send.c 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
363 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
512 if (v_circuit) {
529 ns, tries, &v_circuit, &gotsomewhere);
534 if (v_circuit)
554 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
598 if (!v_circuit) {
869 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1130 *v_circuit = 1;
  /src/external/bsd/libbind/dist/resolv/
res_send.c 298 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local
316 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
456 if (v_circuit) {
469 ns, tries, &v_circuit, &gotsomewhere);
474 if (v_circuit)
494 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
532 if (!v_circuit) {
792 int anssiz, int *terrno, int ns, int tries, int *v_circuit,
1015 *v_circuit = 1;

Completed in 16 milliseconds