Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c328 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; in res_nsend() local
347 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
496 if (v_circuit) { in res_nsend()
513 ns, tries, &v_circuit, &gotsomewhere); in res_nsend()
518 if (v_circuit) in res_nsend()
538 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
582 if (!v_circuit) { in res_nsend()
857 int anssiz, int *terrno, int ns, int tries, int *v_circuit, in send_dg() argument
1120 *v_circuit = 1; in send_dg()