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;
|