Searched refs:v_circuit (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_send.c | 354 int gotsomewhere, terrno, try, v_circuit, resplen, ns, n; in res_nsend() local 364 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend() 542 if (v_circuit) { in res_nsend() 578 ns, &v_circuit, &gotsomewhere, &now, &rcode, &delay); in res_nsend() 600 if (v_circuit) in res_nsend() 624 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend() 662 if (!v_circuit) { in res_nsend() 1074 int *terrno, int ns, int *v_circuit, int *gotsomewhere, in send_dg() argument 1280 *v_circuit = 1; in send_dg()
|