/netbsd-src/external/bsd/libbind/dist/tests/ |
H A D | dig8.c | 333 res.pfcode = PRF_DEF; in main() 639 res.pfcode = PRF_ZONE; in main() 765 if (res.pfcode & 0x80000) in main() 767 (unsigned long)res.pfcode, in main() 800 if (res.pfcode & RES_PRF_CMD) in main() 824 res.pfcode = 0; in main() 884 if (res.pfcode & RES_PRF_STATS) { in main() 945 if (res.pfcode & RES_PRF_HEAD1) in main() 973 if (res.pfcode & RES_PRF_STATS) { in main() 1136 res.pfcode = xstrtonum(++ptr); in setopt() [all …]
|
/netbsd-src/external/bsd/libbind/dist/resolv/ |
H A D | res_sendsigned.c | 103 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned() 119 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned() 120 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned() 124 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned() 129 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 133 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 155 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned() 156 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned() 160 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned() 164 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
|
H A D | res_debug.c | 163 sflag = (statp->pfcode & pflag); in do_section() 164 if (statp->pfcode && !sflag) in do_section() 181 (statp->pfcode & RES_PRF_HEAD1)) in do_section() 185 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section() 299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery() 303 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery() 305 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery() 324 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery() 334 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
|
H A D | res_send.c | 314 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend() 480 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend() 481 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend() 485 (statp->pfcode & RES_PRF_REPLY), in res_nsend() 777 (statp->pfcode & RES_PRF_REPLY), in send_vc() 949 (statp->pfcode & RES_PRF_REPLY), in send_dg() 962 (statp->pfcode & RES_PRF_REPLY), in send_dg() 992 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1005 if (!statp->pfcode) in send_dg()
|
H A D | res_findzonecut.c | 192 save_pfcode = statp->pfcode; in res_findzonecut2() 193 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2() 218 statp->pfcode = save_pfcode; in res_findzonecut2()
|
H A D | res_init.c | 223 statp->pfcode = 0; in __res_vinit()
|
/netbsd-src/lib/libresolv/ |
H A D | res_sendsigned.c | 104 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned() 120 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned() 121 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned() 125 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned() 130 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 134 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 156 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned() 157 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned() 161 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned() 165 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
|
H A D | res_findzonecut.c | 194 save_pfcode = statp->pfcode; in res_findzonecut2() 195 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2() 220 statp->pfcode = save_pfcode; in res_findzonecut2()
|
/netbsd-src/lib/libc/resolv/ |
H A D | res_debug.c | 170 sflag = (int)(statp->pfcode & pflag); in do_section() 171 if (statp->pfcode && !sflag) in do_section() 188 (statp->pfcode & RES_PRF_HEAD1)) in do_section() 192 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section() 309 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery() 313 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery() 315 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery() 334 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery() 344 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
|
H A D | res_send.c | 361 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend() 540 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend() 541 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend() 545 (statp->pfcode & RES_PRF_REPLY), in res_nsend() 850 (statp->pfcode & RES_PRF_REPLY), in send_vc() 1064 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1077 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1107 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1120 if (!statp->pfcode) in send_dg()
|
H A D | res_init.c | 267 statp->pfcode = 0; in __res_vinit()
|
/netbsd-src/include/ |
H A D | resolv.h | 164 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member 166 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | resolv.h | 174 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member 176 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
|