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

  /src/lib/libresolv/
res_sendsigned.c 104 nstatp->pfcode &= ~RES_PRF_REPLY;
120 ((statp->pfcode & RES_PRF_REPLY) &&
121 (statp->pfcode & RES_PRF_HEAD1)),
125 (statp->pfcode & RES_PRF_REPLY),
130 Dprint(statp->pfcode & RES_PRF_REPLY,
134 Dprint(statp->pfcode & RES_PRF_REPLY,
156 ((statp->pfcode & RES_PRF_REPLY) &&
157 (statp->pfcode & RES_PRF_HEAD1)),
161 (statp->pfcode & RES_PRF_REPLY),
165 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n"))
    [all...]
res_findzonecut.c 194 save_pfcode = statp->pfcode;
195 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
220 statp->pfcode = save_pfcode;
  /src/lib/libc/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))
309 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
313 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
315 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2))
    [all...]
res_send.c 361 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
540 ((statp->pfcode & RES_PRF_REPLY) &&
541 (statp->pfcode & RES_PRF_HEAD1)),
545 (statp->pfcode & RES_PRF_REPLY),
850 (statp->pfcode & RES_PRF_REPLY),
1064 (statp->pfcode & RES_PRF_REPLY),
1077 (statp->pfcode & RES_PRF_REPLY),
1107 (statp->pfcode & RES_PRF_REPLY),
1120 if (!statp->pfcode)
res_init.c 267 statp->pfcode = 0;
  /src/include/
resolv.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.

Completed in 16 milliseconds