Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_send.cpp378 int gotsomewhere, terrno, v_circuit, resplen, n; in res_nsend() local
389 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
561 if (v_circuit) { in res_nsend()
594 n = send_dg(statp, &params, buf, buflen, ans, anssiz, &terrno, ns, &v_circuit, in res_nsend()
613 if (v_circuit) goto same_ns; in res_nsend()
628 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
637 if (!v_circuit) { in res_nsend()
974 int anssiz, int* terrno, int ns, int* v_circuit, int* gotsomewhere, time_t* at, in send_dg() argument
1150 *v_circuit = 1; in send_dg()