Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c101 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned()
117 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
118 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
122 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
127 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
131 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
153 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
154 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
158 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
162 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
H A Dres_debug.c182 sflag = (statp->pfcode & pflag); in do_section()
183 if (statp->pfcode && !sflag) in do_section()
200 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
204 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
322 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
324 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
343 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
353 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c324 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
490 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
491 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
495 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
787 (statp->pfcode & RES_PRF_REPLY), in send_vc()
959 (statp->pfcode & RES_PRF_REPLY), in send_dg()
972 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1002 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1015 if (!statp->pfcode) in send_dg()
H A Dres_findzonecut.c190 save_pfcode = statp->pfcode; in res_findzonecut2()
191 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
216 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c237 statp->pfcode = 0; in __res_vinit()
/titanic_44/usr/src/head/
H A Dresolv.h200 uint_t pfcode; /* RES_PRF_ flags - see below. */ member
202 ulong_t pfcode; /* RES_PRF_ flags - see below. */ member