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

  /bionic/libc/netbsd/resolv/
res_debug.c 172 sflag = (statp->pfcode & pflag);
173 if (statp->pfcode && !sflag)
190 (statp->pfcode & RES_PRF_HEAD1))
194 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
262 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
266 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
268 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2))
    [all...]
res_send.c 384 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
593 ((statp->pfcode & RES_PRF_REPLY) &&
594 (statp->pfcode & RES_PRF_HEAD1)),
598 (statp->pfcode & RES_PRF_REPLY),
918 (statp->pfcode & RES_PRF_REPLY),
1168 (statp->pfcode & RES_PRF_REPLY),
1184 (statp->pfcode & RES_PRF_REPLY),
1217 (statp->pfcode & RES_PRF_REPLY),
    [all...]
res_init.c 219 statp->pfcode = 0;
  /bionic/libc/private/
resolv_private.h 159 u_int pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
161 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
257 * Resolver "pfcode" values. Used by dig.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 116 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
222 * Resolver "pfcode" values. Used by dig.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 116 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
222 * Resolver "pfcode" values. Used by dig.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 116 u_long pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
222 * Resolver "pfcode" values. Used by dig.

Completed in 77 milliseconds