Searched refs:pfcode (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c101 nstatp->pfcode &= ~RES_PRF_REPLY;
117 ((statp->pfcode & RES_PRF_REPLY) &&
118 (statp->pfcode & RES_PRF_HEAD1)),
122 (statp->pfcode & RES_PRF_REPLY),
127 Dprint(statp->pfcode & RES_PRF_REPLY,
131 Dprint(statp->pfcode & RES_PRF_REPLY,
153 ((statp->pfcode & RES_PRF_REPLY) &&
154 (statp->pfcode & RES_PRF_HEAD1)),
158 (statp->pfcode & RES_PRF_REPLY),
162 Dprint(statp->pfcode
[all...]
H A Dres_debug.c182 sflag = (statp->pfcode & pflag);
183 if (statp->pfcode && !sflag)
200 (statp->pfcode & RES_PRF_HEAD1))
204 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
322 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
324 if ((!statp->pfcode) || (statp->pfcode
[all...]
H A Dres_send.c327 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
493 ((statp->pfcode & RES_PRF_REPLY) &&
494 (statp->pfcode & RES_PRF_HEAD1)),
498 (statp->pfcode & RES_PRF_REPLY),
813 (statp->pfcode & RES_PRF_REPLY),
985 (statp->pfcode & RES_PRF_REPLY),
998 (statp->pfcode & RES_PRF_REPLY),
1028 (statp->pfcode & RES_PRF_REPLY),
1041 if (!statp->pfcode)
H A Dres_findzonecut.c190 save_pfcode = statp->pfcode;
191 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
216 statp->pfcode = save_pfcode;
H A Dres_init.c237 statp->pfcode = 0;
/illumos-gate/usr/src/head/
H A Dresolv.h200 uint_t pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
202 ulong_t pfcode; /* RES_PRF_ flags - see below. */ member in struct:__res_state
294 * Resolver "pfcode" values. Used by dig.

Completed in 96 milliseconds