Searched defs:v_circuit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c341 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns; local
355 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
407 if (v_circuit) {
849 v_circuit = 1;
870 if ((v_circuit && (!(_res.options & RES_USEVC) || ns != 0)) ||
908 if (!v_circuit) {

Completed in 34 milliseconds