Searched refs:question (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/bin/tests/system/reclimit/ans2/
H A Dans.pl148 my ($question) = $request->question;
149 my $qname = $question->qname;
150 my $qclass = $question->qclass;
151 my $qtype = $question->qtype;
/bind-9.11.3/bin/tests/system/
H A Dditch.pl70 $packet->push(question => $q);
H A Dans.pl122 my @questions = $request->question;
324 my @questions = $request->question;
/bind-9.11.3/bin/tests/system/rpzrecurse/ans5/
H A Dans.pl46 my @questions = $packet->question;
/bind-9.11.3/bin/tests/system/resolver/ans8/
H A Dans.pl51 my @questions = $request->question;
85 my @questions = $request->question;
/bind-9.11.3/bin/tests/system/zero/ans5/
H A Dans.pl53 my @questions = $packet->question;
/bind-9.11.3/bin/tests/system/fetchlimit/ans4/
H A Dans.pl51 my @questions = $packet->question;
/bind-9.11.3/bin/tests/system/resolver/ans3/
H A Dans.pl53 my @questions = $packet->question;
/bind-9.11.3/bin/tests/
H A Dsig0_test.c125 dns_rdataset_t *question = NULL; local
141 result = dns_message_gettemprdataset(query, &question);
143 dns_rdataset_makequestion(question, dns_rdataclass_in,
153 ISC_LIST_APPEND(qname->list, question, link);
163 CHECK("dns_message_rendersection(question)", result);
/bind-9.11.3/bin/tests/system/resolver/ans2/
H A Dans.pl52 my @questions = $packet->question;
/bind-9.11.3/bin/tests/system/statistics/ans4/
H A Dans.pl52 my @questions = $packet->question;
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse95 for query in msg.question: # handle multiple queries per packet
/bind-9.11.3/bin/tests/system/upforwd/ans4/
H A Dans.pl107 my @questions = $packet->question;
259 my @questions = $packet->question;
/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py110 qname = m.question[0].name.to_text()
115 rrtype = m.question[0].rdtype
/bind-9.11.3/lib/dns/
H A Drdataset.c211 * Make 'rdataset' a valid, associated, question rdataset, with a
212 * question class of 'rdclass' and type 'type'.
320 isc_boolean_t question = ISC_FALSE; local
341 question = ISC_TRUE;
366 if (!question && count > 1 &&
482 if (!question)
492 if (!question) {
H A Dtkey.c664 * Interpret the question section.
674 * Look for a TKEY record that matches the question.
691 "matching the question");
892 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
906 RETERR(dns_message_gettemprdataset(msg, &question));
907 dns_rdataset_makequestion(question, dns_rdataclass_any,
934 ISC_LIST_APPEND(qname->list, question, link);
957 if (question != NULL) {
958 dns_rdataset_disassociate(question);
959 dns_message_puttemprdataset(msg, &question);
[all...]
H A Dmasterdump.c708 * such as those used to represent the question section
782 isc_boolean_t question,
803 if (question)
779 dns_rdataset_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, isc_boolean_t omit_final_dot, isc_boolean_t question, isc_buffer_t *target) argument
/bind-9.11.3/lib/dns/include/dns/
H A Drdataset.h268 * Make 'rdataset' a valid, associated, question rdataset, with a
269 * question class of 'rdclass' and type 'type'.
278 *\li 'rdataset' is a valid, associated, question rdataset.
359 isc_boolean_t question,
367 *\li The 'question' flag should normally be #ISC_FALSE. If it is
369 * for use when printing an rdata representing a question section.
475 *\li 'rdataset' is a valid, non-question rdataset.
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl550 set ans [tk_messageBox -icon question -type yesno \
752 set ans [tk_messageBox -type yesno -default no -icon question \
787 set ans [tk_messageBox -type yesno -default yes -icon question \
899 set ans [tk_messageBox -type yesno -default no -icon question \
928 label $dlg.f1.bm -bitmap question -bd 0
/bind-9.11.3/bin/named/
H A Dxfrout.c85 #define FAILQ(code, msg, question, rdclass) \
90 dns_name_format(question, _buf1, sizeof(_buf1)); \
780 * Interpret the question section.
786 * The question section must contain exactly one question, and
860 "%s question section OK", mnemonic);
864 * the same name and class as the question.
1333 * Include a question section in the first message only.
1335 * have a question section.
1343 * and 4 bytes of question
[all...]

Completed in 2184 milliseconds