Home
last modified time | relevance | path

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

123

/dports/dns/libbind/libbind-6.0/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.c161 sflag = (statp->pfcode & pflag); in do_section()
162 if (statp->pfcode && !sflag) in do_section()
179 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
183 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
297 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
301 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
303 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
322 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
332 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c312 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
478 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
479 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
483 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
775 (statp->pfcode & RES_PRF_REPLY), in send_vc()
947 (statp->pfcode & RES_PRF_REPLY), in send_dg()
960 (statp->pfcode & RES_PRF_REPLY), in send_dg()
990 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1003 if (!statp->pfcode) in send_dg()
/dports/dns/libbind/libbind-6.0/tests/
H A Ddig8.c331 res.pfcode = PRF_DEF; in main()
637 res.pfcode = PRF_ZONE; in main()
763 if (res.pfcode & 0x80000) in main()
822 res.pfcode = 0; in main()
1138 res.pfcode = res.pfcode & xstrtonum(++ptr); in setopt()
1144 res.pfcode = PRF_MIN; in setopt()
1146 res.pfcode = PRF_DEF; in setopt()
1148 res.pfcode |= RES_PRF_ANS; in setopt()
1160 res.pfcode |= RES_PRF_ADD; in setopt()
1213 u_long pfcode = res.pfcode, options = res.options; in res_re_init() local
[all …]
/dports/devel/libdnsres/libdnsres-0.1a/
H A Dres_debug.c287 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_HEADX)) in __dnsres_fp_nquery()
289 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_HEAD2)) { in __dnsres_fp_nquery()
314 if ((!_resp->pfcode) || (_resp->pfcode & in __dnsres_fp_nquery()
322 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
325 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
328 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
342 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
347 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
351 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_QUES)) in __dnsres_fp_nquery()
491 if ((!_resp->pfcode) || (_resp->pfcode & RES_PRF_TTLID)) in __dnsres_p_rr()
[all …]
H A Dres_send.c779 (_resp->pfcode & RES_PRF_REPLY), in res_send_vcircuit_read2ndcb()
986 (_resp->pfcode & RES_PRF_REPLY), in res_send_dgram_wait_read()
1001 (_resp->pfcode & RES_PRF_REPLY), in res_send_dgram_wait_read()
1019 (_resp->pfcode & RES_PRF_REPLY), in res_send_dgram_wait_read()
1034 if (!_resp->pfcode) { in res_send_dgram_wait_read()
1060 ((_resp->pfcode & RES_PRF_REPLY) && in res_send_iterator_bottom()
1061 (_resp->pfcode & RES_PRF_HEAD1)), in res_send_iterator_bottom()
1064 (_resp->pfcode & RES_PRF_REPLY), in res_send_iterator_bottom()
1101 DprintQ((_resp->options & RES_DEBUG) || (_resp->pfcode & RES_PRF_QUERY), in res_send()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/BsdSocketLib/
H A Dres_debug.c160 sflag = (int)(_res.pfcode & pflag); in do_section()
161 if (_res.pfcode && !sflag) in do_section()
172 (_res.pfcode & RES_PRF_HEAD1)) in do_section()
176 if (rrnum == 0 && sflag != 0 && (_res.pfcode & RES_PRF_HEAD1)) in do_section()
243 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX) || rcode) in fp_nquery()
247 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX)) in fp_nquery()
249 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD2)) { in fp_nquery()
268 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD1)) { in fp_nquery()
278 if ((!_res.pfcode) || (_res.pfcode & in fp_nquery()
H A Dres_send.c352 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY), in res_send()
549 (_res.pfcode & RES_PRF_REPLY), in res_send()
795 (_res.pfcode & RES_PRF_REPLY), in res_send()
809 (_res.pfcode & RES_PRF_REPLY), in res_send()
824 (_res.pfcode & RES_PRF_REPLY), in res_send()
838 if (!_res.pfcode) in res_send()
854 ((_res.pfcode & RES_PRF_REPLY) && in res_send()
855 (_res.pfcode & RES_PRF_HEAD1)), in res_send()
858 (_res.pfcode & RES_PRF_REPLY)) { in res_send()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_debug.c152 sflag = (_res.pfcode & pflag); in do_section()
153 if (_res.pfcode && !sflag) in do_section()
164 (_res.pfcode & RES_PRF_HEAD1)) in do_section()
168 if (rrnum == 0 && sflag != 0 && (_res.pfcode & RES_PRF_HEAD1)) in do_section()
229 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX) || rcode) in fp_nquery()
233 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX)) in fp_nquery()
235 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD2)) { in fp_nquery()
254 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD1)) { in fp_nquery()
264 if ((!_res.pfcode) || (_res.pfcode & in fp_nquery()
H A Dres_send.c373 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY),
599 (_res.pfcode & RES_PRF_REPLY),
800 (_res.pfcode & RES_PRF_REPLY),
814 (_res.pfcode & RES_PRF_REPLY),
829 (_res.pfcode & RES_PRF_REPLY),
843 if (!_res.pfcode)
859 ((_res.pfcode & RES_PRF_REPLY) &&
860 (_res.pfcode & RES_PRF_HEAD1)),
864 (_res.pfcode & RES_PRF_REPLY),
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dres_debug.c152 sflag = (statp->pfcode & pflag); in do_section()
153 if (statp->pfcode && !sflag) in do_section()
170 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
174 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
237 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
241 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
243 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
262 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
272 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c358 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in libresolv_hidden_def()
542 ((statp->pfcode & RES_PRF_REPLY) && in libresolv_hidden_def()
543 (statp->pfcode & RES_PRF_HEAD1)), in libresolv_hidden_def()
547 (statp->pfcode & RES_PRF_REPLY), in libresolv_hidden_def()
786 (statp->pfcode & RES_PRF_REPLY), in libresolv_hidden_def()
974 (statp->pfcode & RES_PRF_REPLY), in send_dg()
987 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1001 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1014 if (!statp->pfcode) in send_dg()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_debug.c152 sflag = (_res.pfcode & pflag); in do_section()
153 if (_res.pfcode && !sflag) in do_section()
164 (_res.pfcode & RES_PRF_HEAD1)) in do_section()
168 if (rrnum == 0 && sflag != 0 && (_res.pfcode & RES_PRF_HEAD1)) in do_section()
229 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX) || rcode) in fp_nquery()
233 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEADX)) in fp_nquery()
235 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD2)) { in fp_nquery()
254 if ((!_res.pfcode) || (_res.pfcode & RES_PRF_HEAD1)) { in fp_nquery()
264 if ((!_res.pfcode) || (_res.pfcode & in fp_nquery()
H A Dres_send.c373 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY),
599 (_res.pfcode & RES_PRF_REPLY),
800 (_res.pfcode & RES_PRF_REPLY),
814 (_res.pfcode & RES_PRF_REPLY),
829 (_res.pfcode & RES_PRF_REPLY),
843 if (!_res.pfcode)
859 ((_res.pfcode & RES_PRF_REPLY) &&
860 (_res.pfcode & RES_PRF_HEAD1)),
864 (_res.pfcode & RES_PRF_REPLY),
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dres_debug.c176 sflag = (int)(statp->pfcode & pflag); in do_section()
177 if (statp->pfcode && !sflag) in do_section()
194 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
198 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
315 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
319 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
321 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
340 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
350 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c361 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()
/dports/mail/smtpfeed/smtpfeed-1.23/Obsoletes/RES.ORIG/
H A Dres_send-811.c288 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY), in res_send()
472 (_res.pfcode & RES_PRF_REPLY), in res_send()
631 (_res.pfcode & RES_PRF_REPLY), in res_send()
645 (_res.pfcode & RES_PRF_REPLY), in res_send()
660 (_res.pfcode & RES_PRF_REPLY), in res_send()
674 if (!_res.pfcode) in res_send()
690 ((_res.pfcode & RES_PRF_REPLY) && in res_send()
691 (_res.pfcode & RES_PRF_HEAD1)), in res_send()
694 (_res.pfcode & RES_PRF_REPLY), in res_send()
H A Dres_send-812.c302 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY), in res_send()
497 (_res.pfcode & RES_PRF_REPLY), in res_send()
672 (_res.pfcode & RES_PRF_REPLY), in res_send()
686 (_res.pfcode & RES_PRF_REPLY), in res_send()
701 (_res.pfcode & RES_PRF_REPLY), in res_send()
715 if (!_res.pfcode) in res_send()
731 ((_res.pfcode & RES_PRF_REPLY) && in res_send()
732 (_res.pfcode & RES_PRF_HEAD1)), in res_send()
735 (_res.pfcode & RES_PRF_REPLY), in res_send()
H A Dres_send-496.c305 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY),
489 (_res.pfcode & RES_PRF_REPLY),
648 (_res.pfcode & RES_PRF_REPLY),
662 (_res.pfcode & RES_PRF_REPLY),
677 (_res.pfcode & RES_PRF_REPLY),
691 if (!_res.pfcode)
707 ((_res.pfcode & RES_PRF_REPLY) &&
708 (_res.pfcode & RES_PRF_HEAD1)),
711 (_res.pfcode & RES_PRF_REPLY),
H A Dres_send-497.c318 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY),
513 (_res.pfcode & RES_PRF_REPLY),
684 (_res.pfcode & RES_PRF_REPLY),
698 (_res.pfcode & RES_PRF_REPLY),
713 (_res.pfcode & RES_PRF_REPLY),
727 if (!_res.pfcode)
743 ((_res.pfcode & RES_PRF_REPLY) &&
744 (_res.pfcode & RES_PRF_HEAD1)),
747 (_res.pfcode & RES_PRF_REPLY),
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dink_resolver.h264 unsigned pfcode; /*%< RES_PRF_ flags - see below. */ member
266 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
/dports/mail/smtpfeed/smtpfeed-1.23/Obsoletes/
H A Dres_send-812.c443 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY), in res_send()
770 (_res.pfcode & RES_PRF_REPLY), in res_send()
945 (_res.pfcode & RES_PRF_REPLY), in res_send()
959 (_res.pfcode & RES_PRF_REPLY), in res_send()
974 (_res.pfcode & RES_PRF_REPLY), in res_send()
989 if (!_res.pfcode) in res_send()
1006 ((_res.pfcode & RES_PRF_REPLY) && in res_send()
1007 (_res.pfcode & RES_PRF_HEAD1)), in res_send()
1010 (_res.pfcode & RES_PRF_REPLY), in res_send()
H A Dres_send-497.c462 DprintQ((_res.options & RES_DEBUG) || (_res.pfcode & RES_PRF_QUERY),
789 (_res.pfcode & RES_PRF_REPLY),
960 (_res.pfcode & RES_PRF_REPLY),
974 (_res.pfcode & RES_PRF_REPLY),
989 (_res.pfcode & RES_PRF_REPLY),
1004 if (!_res.pfcode)
1021 ((_res.pfcode & RES_PRF_REPLY) &&
1022 (_res.pfcode & RES_PRF_HEAD1)),
1025 (_res.pfcode & RES_PRF_REPLY),
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dres_state.h24 unsigned long pfcode; /* RES_PRF_ flags - see below. */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/types/
H A Dres_state.h24 unsigned long pfcode; /* RES_PRF_ flags - see below. */ member

123