HomeSort by relevance Sort by last modified time
    Searched refs:pfcode (Results 1 - 6 of 6) sorted by null

  /bionic/libc/dns/resolv/
res_debug.c 170 sflag = (int)(statp->pfcode & pflag);
171 if (statp->pfcode && !sflag)
188 (statp->pfcode & RES_PRF_HEAD1))
192 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
307 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
311 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
313 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2))
    [all...]
res_send.c 384 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
589 ((statp->pfcode & RES_PRF_REPLY) &&
590 (statp->pfcode & RES_PRF_HEAD1)),
594 (statp->pfcode & RES_PRF_REPLY),
925 (statp->pfcode & RES_PRF_REPLY),
1184 (statp->pfcode & RES_PRF_REPLY),
1200 (statp->pfcode & RES_PRF_REPLY),
    [all...]
res_init.c 230 statp->pfcode = 0;
  /bionic/libc/dns/include/
resolv_private.h 164 u_int pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
166 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
263 * Resolver "pfcode" values. Used by dig.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h 116 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
226 * Resolver "pfcode" values. Used by dig.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 116 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
226 * Resolver "pfcode" values. Used by dig.

Completed in 137 milliseconds