Home
last modified time | relevance | path

Searched refs:DNS_S_QD (Results 1 – 14 of 14) sorted by relevance

/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Ddns_private.h199 DNS_S_QD = 0x01, enumerator
200 #define DNS_S_QUESTION DNS_S_QD
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Ddns_private.h199 DNS_S_QD = 0x01, enumerator
200 #define DNS_S_QUESTION DNS_S_QD
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.c1068 case DNS_S_QD: in dns_p_count()
1079 if (section & DNS_S_QD) in dns_p_count()
1314 if (section == DNS_S_QD) in dns_p_push()
1330 case DNS_S_QD: in dns_p_push()
1912 i.section = DNS_S_ALL & ~DNS_S_QD; in dns_d_cname()
2053 return DNS_S_QD; in dns_rr_section()
2066 section = DNS_S_QD; in dns_rr_section()
2450 if (rr->section == DNS_S_QD) in dns_rr_print()
2458 if (rr->section != DNS_S_QD) { in dns_rr_print()
2468 if (rr->section == DNS_S_QD) in dns_rr_print()
[all …]
H A Ddns.h208 DNS_S_QD = 0x01, enumerator
209 #define DNS_S_QUESTION DNS_S_QD
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.c1048 case DNS_S_QD: in dns_p_count()
1059 if (section & DNS_S_QD) in dns_p_count()
1294 if (section == DNS_S_QD) in dns_p_push()
1310 case DNS_S_QD: in dns_p_push()
1892 i.section = DNS_S_ALL & ~DNS_S_QD; in dns_d_cname()
2033 return DNS_S_QD; in dns_rr_section()
2046 section = DNS_S_QD; in dns_rr_section()
2430 if (rr->section == DNS_S_QD) in dns_rr_print()
2438 if (rr->section != DNS_S_QD) { in dns_rr_print()
2448 if (rr->section == DNS_S_QD) in dns_rr_print()
[all …]
H A Ddns.h208 DNS_S_QD = 0x01, enumerator
209 #define DNS_S_QUESTION DNS_S_QD
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.c1520 case DNS_S_QD: in dns_p_count()
1531 if (section & DNS_S_QD) in dns_p_count()
1771 if (section == DNS_S_QD) in dns_p_push()
1789 case DNS_S_QD: in dns_p_push()
2488 i.section = DNS_S_ALL & ~DNS_S_QD; in dns_d_cname()
2631 return DNS_S_QD; in dns_rr_section()
2644 section = DNS_S_QD; in dns_rr_section()
2968 if (rr->section == DNS_S_QD) in dns_rr_print()
2975 if (rr->section != DNS_S_QD) { in dns_rr_print()
2985 if (rr->section == DNS_S_QD) in dns_rr_print()
[all …]
H A Ddns.h223 DNS_S_QD = 0x01, enumerator
224 #define DNS_S_QUESTION DNS_S_QD
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.c1536 case DNS_S_QD: in dns_p_count()
1547 if (section & DNS_S_QD) in dns_p_count()
1787 if (section == DNS_S_QD) in dns_p_push()
1805 case DNS_S_QD: in dns_p_push()
2485 i.section = DNS_S_ALL & ~DNS_S_QD; in dns_d_cname()
2628 return DNS_S_QD; in dns_rr_section()
2641 section = DNS_S_QD; in dns_rr_section()
2965 if (rr->section == DNS_S_QD) in dns_rr_print()
2972 if (rr->section != DNS_S_QD) { in dns_rr_print()
2982 if (rr->section == DNS_S_QD) in dns_rr_print()
[all …]
H A Ddns.h222 DNS_S_QD = 0x01, enumerator
223 #define DNS_S_QUESTION DNS_S_QD
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Ddns.c161 if (any->section != DNS_S_QD) { in rr_push()
226 if (rr->attr.section == DNS_S_QD) in any_rdata()
237 if (rr->attr.section == DNS_S_QD) in any__tostring()
278 if (rr->attr.section != DNS_S_QD) in a_addr()
307 if (rr->attr.section == DNS_S_QD) in ns_host()
474 if (rr->attr.section != DNS_S_QD) in aaaa_addr()
1106 { "QUESTION", DNS_S_QD }, { "ANSWER", DNS_S_AN }, in luaopen__cqueues_dns_packet()
1110 { "QD", DNS_S_QD }, { "AN", DNS_S_AN }, in luaopen__cqueues_dns_packet()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.c1757 case DNS_S_QD: in dns_p_count()
1768 if (section & DNS_S_QD) in dns_p_count()
2017 if (section == DNS_S_QD) in dns_p_push()
2035 case DNS_S_QD: in dns_p_push()
2945 return DNS_S_QD; in dns_rr_section()
2958 section = DNS_S_QD; in dns_rr_section()
3280 if (rr->section == DNS_S_QD) in dns_rr_print()
3287 if (rr->section != DNS_S_QD) { in dns_rr_print()
3297 if (rr->section == DNS_S_QD) in dns_rr_print()
7465 if (!dns_p_count(P, DNS_S_QD)) in dns_so_verify()
[all …]
H A Ddns.h199 DNS_S_QD = 0x01, enumerator
200 #define DNS_S_QUESTION DNS_S_QD
H A Ddns-stuff.c1198 rri.section = DNS_S_ALL & ~DNS_S_QD; in resolve_addr_libdns()
1489 rri.section = DNS_S_ALL & ~DNS_S_QD; in get_dns_cert_libdns()
1919 rri.section = DNS_S_ALL & ~DNS_S_QD; in getsrv_libdns()