HomeSort by: relevance | last modified time | path
    Searched refs:RES_USEVC (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libresolv/
res_sendsigned.c 94 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
99 nstatp->options |= RES_USEVC;
  /src/lib/libc/net/
sethostent.c 76 _res.options |= RES_STAYOPEN | RES_USEVC;
85 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
  /src/include/
resolv.h 235 #define RES_USEVC 0x00000008 /*%< use virtual circuit */
  /src/lib/libc/resolv/
res_send.c 363 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
554 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
res_debug.c 682 case RES_USEVC: return "usevc";

Completed in 15 milliseconds