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

  /src/lib/libresolv/
res_sendsigned.c 94 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
99 nstatp->options |= RES_USEVC;
  /src/external/bsd/libbind/dist/resolv/
res_sendsigned.c 93 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
98 nstatp->options |= RES_USEVC;
res_send.c 316 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
494 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
res_debug.c 674 case RES_USEVC: return "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/external/bsd/libbind/dist/tests/
dig8.c 637 (res.options & RES_USEVC) != 0)
1079 res.options |= (RES_STAYOPEN | RES_USEVC);
1130 res.options |= RES_USEVC;
1132 res.options &= ~RES_USEVC;
  /src/external/bsd/libbind/dist/include/
resolv.h 241 #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 37 milliseconds