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 in function:res_nsend
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;
res_send.c 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local in function:res_nsend
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;

Completed in 23 milliseconds