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

  /src/lib/libresolv/
res_sendsigned.c 97 nstatp->options |= RES_IGNTC;
150 if (hp->tc && !usingTCP && (statp->options & RES_IGNTC) == 0U) {
151 nstatp->options &= ~RES_IGNTC;
  /src/include/
resolv.h 237 #define RES_IGNTC 0x00000020 /*%< ignore trucation errors */
  /src/lib/libc/resolv/
res_send.c 1123 if (!(statp->options & RES_IGNTC) && anhp->tc) {
res_debug.c 684 case RES_IGNTC: return "igntc";

Completed in 13 milliseconds