Home
last modified time | relevance | path

Searched refs:DNS_S_QUESTION (Results 1 – 13 of 13) sorted by relevance

/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Ddns_private.h200 #define DNS_S_QUESTION DNS_S_QD macro
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Ddns_private.h200 #define DNS_S_QUESTION DNS_S_QD macro
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h209 #define DNS_S_QUESTION DNS_S_QD macro
H A Ddns.c1975 rr->section = DNS_S_QUESTION; in dns_rr_parse()
5306 if (!dns_rr_grep(&rr, 1, dns_rr_i_new(Q, .section = DNS_S_QUESTION), Q, &error)) in dns_hints_query()
7816 { "QUESTION", DNS_S_QUESTION },
7817 { "QD", DNS_S_QUESTION },
8689 if ((error = dns_p_push(query, DNS_S_QUESTION, who, strlen(who), DNS_T_A, DNS_C_IN, 0, 0)))
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h209 #define DNS_S_QUESTION DNS_S_QD macro
H A Ddns.c1955 rr->section = DNS_S_QUESTION; in dns_rr_parse()
5286 if (!dns_rr_grep(&rr, 1, dns_rr_i_new(Q, .section = DNS_S_QUESTION), Q, &error)) in dns_hints_query()
7785 { "QUESTION", DNS_S_QUESTION },
7786 { "QD", DNS_S_QUESTION },
8658 if ((error = dns_p_push(query, DNS_S_QUESTION, who, strlen(who), DNS_T_A, DNS_C_IN, 0, 0)))
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h224 #define DNS_S_QUESTION DNS_S_QD macro
H A Ddns.c2551 rr->section = DNS_S_QUESTION; in dns_rr_parse()
5914 if (!dns_rr_grep(&rr, 1, dns_rr_i_new(Q, .section = DNS_S_QUESTION), Q, &error)) in dns_hints_query()
8616 { "QUESTION", DNS_S_QUESTION },
8617 { "QD", DNS_S_QUESTION },
9531 if ((error = dns_p_push(query, DNS_S_QUESTION, who, strlen(who), DNS_T_A, DNS_C_IN, 0, 0)))
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h200 #define DNS_S_QUESTION DNS_S_QD macro
H A Ddns.c2865 rr->section = DNS_S_QUESTION; in dns_rr_parse()
6852 I_instance.section = DNS_S_QUESTION; in dns_hints_query()
10107 { "QUESTION", DNS_S_QUESTION },
10108 { "QD", DNS_S_QUESTION },
11048 if ((error = dns_p_push(query, DNS_S_QUESTION, who, strlen(who), DNS_T_A, DNS_C_IN, 0, 0)))
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h223 #define DNS_S_QUESTION DNS_S_QD macro
H A Ddns.c2548 rr->section = DNS_S_QUESTION; in dns_rr_parse()
6063 if (!dns_rr_grep(&rr, 1, dns_rr_i_new(Q, .section = DNS_S_QUESTION), Q, &error)) in dns_hints_query()
8727 { "QUESTION", DNS_S_QUESTION },
8728 { "QD", DNS_S_QUESTION },
9642 if ((error = dns_p_push(query, DNS_S_QUESTION, who, strlen(who), DNS_T_A, DNS_C_IN, 0, 0)))
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Ddns.c966 luaL_argcheck(L, section == DNS_S_QUESTION, 2, "pushing RDATA not yet supported"); in pkt_push()