Searched refs:RES_USEVC (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/private/
H A Dresolv_private.h228 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/bionic/libc/netbsd/resolv/
H A Dres_send.c383 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
602 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_debug.c617 case RES_USEVC: return "usevc";

Completed in 43 milliseconds