Searched refs:pfcode (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 101 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 D | res_debug.c | 182 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 D | res_send.c | 324 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 D | res_findzonecut.c | 190 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 D | res_init.c | 237 statp->pfcode = 0; in __res_vinit()
|
/titanic_44/usr/src/head/ |
H A D | resolv.h | 200 uint_t pfcode; /* RES_PRF_ flags - see below. */ member 202 ulong_t pfcode; /* RES_PRF_ flags - see below. */ member
|