Home
last modified time | relevance | path

Searched refs:v_circuit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/libc/dns/resolv/
H A Dres_send.c354 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()
1071 int *terrno, int ns, int *v_circuit, int *gotsomewhere, in send_dg() argument
1277 *v_circuit = 1; in send_dg()
/aosp_15_r20/packages/modules/DnsResolver/
Dres_send.cpp159 int* terrno, size_t* ns, int* v_circuit, int* gotsomewhere, int* rcode);
1086 int* terrno, size_t* ns, int* v_circuit, int* gotsomewhere, int* rcode) { in send_dg() argument
1194 *v_circuit = 1; in send_dg()