HomeSort by: relevance | last modified time | path
    Searched refs:questions (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/bsd/libevent/dist/include/event2/
dns_struct.h 60 struct evdns_server_question **questions; member in struct:evdns_server_request
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
dns_struct.h 61 struct evdns_server_question **questions; member in struct:evdns_server_request
  /src/external/bsd/libevent/dist/sample/
dns-example.c 115 /* dummy; give 192.168.11.11 as an answer for all A questions,
116 * give foo.bar.example.com as an answer for all PTR questions. */
119 if (req->questions[i]->type == EVDNS_TYPE_A &&
120 req->questions[i]->dns_question_class == EVDNS_CLASS_INET) {
121 printf(" -- replying for %s (A)\n", req->questions[i]->name);
122 r = evdns_server_request_add_a_reply(req, req->questions[i]->name,
126 } else if (req->questions[i]->type == EVDNS_TYPE_PTR &&
127 req->questions[i]->dns_question_class == EVDNS_CLASS_INET) {
128 printf(" -- replying for %s (PTR)\n", req->questions[i]->name);
129 r = evdns_server_request_add_ptr_reply(req, NULL, req->questions[i]->name
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans8/
ans.pl 138 my @questions = $request->question;
139 my $qname = $questions[0]->qname;
140 my $qclass = $questions[0]->qclass;
141 my $qtype = $questions[0]->qtype;
156 $reply->push("question", @questions);
  /src/external/mpl/bind/dist/bin/tests/system/
ans.pl 155 my @questions = $request->question;
156 my $qname = $questions[0]->qname;
157 my $qtype = $questions[0]->qtype;
158 my $qclass = $questions[0]->qclass;
358 my @questions = $request->question;
359 my $qname = $questions[0]->qname;
360 my $qtype = $questions[0]->qtype;
361 my $qclass = $questions[0]->qclass;
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans2/
ans.pl 382 my @questions = $request->question;
383 my $qname = $questions[0]->qname;
384 my $qclass = $questions[0]->qclass;
385 my $qtype = $questions[0]->qtype;
400 $reply->push("question", @questions);
  /src/distrib/mvme68k/miniroot/
install.md 183 and rational way. You'll be asked several questions, and it would probably be
197 Default answers are displayed in brackets after the questions. You can hit
  /src/external/bsd/libevent/dist/test/
regress_testutils.c 162 question = req->questions[0]->name;
regress_dns.c 246 const int qtype = req->questions[i]->type;
247 const int qclass = req->questions[i]->dns_question_class;
248 const char *qname = req->questions[i]->name;
641 question = req->questions[0]->name;
714 question = req->questions[0]->name;
1081 const int qtype = req->questions[i]->type;
1082 const int qclass = req->questions[i]->dns_question_class;
1083 const char *qname = req->questions[i]->name;
1836 evdns_server_request_add_a_reply(req, req->questions[0]->name, 1,
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_testutils.c 161 question = req->questions[0]->name;
regress_dns.c 244 const int qtype = req->questions[i]->type;
245 const int qclass = req->questions[i]->dns_question_class;
246 const char *qname = req->questions[i]->name;
639 question = req->questions[0]->name;
712 question = req->questions[0]->name;
1079 const int qtype = req->questions[i]->type;
1080 const int qclass = req->questions[i]->dns_question_class;
1081 const char *qname = req->questions[i]->name;
1834 evdns_server_request_add_a_reply(req, req->questions[0]->name, 1,
  /src/external/bsd/libevent/dist/
evdns.c 305 /* Caller-visible fields: flags, questions. */
1045 u16 trans_id, questions, answers, authority, additional, datalength; local
1056 GET16(questions);
1088 for (i = 0; i < questions; ++i) {
1244 u16 trans_id, flags, questions, answers, authority, additional; local
1252 GET16(questions);
1273 server_req->base.questions = mm_calloc(sizeof(struct evdns_server_question *), questions);
1274 if (server_req->base.questions == NULL)
1277 for (i = 0; i < questions; ++i)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 303 /* Caller-visible fields: flags, questions. */
1043 u16 trans_id, questions, answers, authority, additional, datalength; local
1054 GET16(questions);
1086 for (i = 0; i < questions; ++i) {
1242 u16 trans_id, flags, questions, answers, authority, additional; local
1250 GET16(questions);
1271 server_req->base.questions = mm_calloc(sizeof(struct evdns_server_question *), questions);
1272 if (server_req->base.questions == NULL)
1275 for (i = 0; i < questions; ++i)
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 136 question_t *NULLABLE questions; // Questions that have been asked in the served domain. member in struct:served_domain
198 question_t *next; // List of questions that are being asked.
226 int num_questions; // In case of a multi-question query, how many questions were asked
277 question_t *questions_without_domain; // Questions that aren't in a served domain
543 if (dp_iterate_questions_on_list(domain->questions, callback, context)) {
600 // NULLs out all outstanding questions (after an mDNSResponder crash). These pointers are rendered invalid when the
732 question_t **questions, *q_cur; local
734 questions = &question->served_domain->questions;
3113 question_t **questions, *ret = NULL; local
    [all...]
srp-parse.c 319 if (message->questions[0].type != dns_rrtype_soa) {
321 message->questions[0].type);
330 update_zone = message->questions[0].name;
fromwire.c 698 FREE(qdcount, questions);
755 PARSE(qdcount, questions, "question", false);
dns-msg.h 187 dns_rr_t *NULLABLE questions; member in struct:dns_message
wireutils.c 652 // Questions don't have RDATA.
733 case 0: count = message->qdcount; rrs = message->questions; break;
  /src/external/mpl/bind/dist/bin/tests/system/resolver/
tests.sh 722 dig_with_opts @10.53.0.5 truncated.no-questions. a +tries=3 +time=4 >dig.ns5.out.${n} || ret=1
732 dig_with_opts @10.53.0.5 not-truncated.no-questions. a +tries=3 +time=4 >dig.ns5.out.${n} || ret=1
746 dig_with_opts @10.53.0.5 -b 10.53.0.5 tcpalso.no-questions. a +tries=2 +timeout=15 >dig.ns5.out.${n} || ret=1
750 grep 'resolving tcpalso.no-questions/A for [^:]*: empty question section, accepting it anyway as TC=1' nextpart.out.${n} >/dev/null || return 1
751 grep '(tcpalso.no-questions/A): connecting via TCP' nextpart.out.${n} >/dev/null || return 1
752 grep 'resolving tcpalso.no-questions/A for [^:]*: empty question section$' nextpart.out.${n} >/dev/null || return 1
753 grep '(tcpalso.no-questions/A): nextitem' nextpart.out.${n} >/dev/null || return 1
  /src/distrib/miniroot/
install.sub 645 several questions. The correct set of commands will be placed in a script
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi 190 general questions and discussion to help-texinfo@gnu.org.
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi 190 general questions and discussion to help-texinfo@gnu.org.
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 1288 mDNSu32 timeout; // timeout value for questions
1301 kScopeNone = 0, // DNS server used by unscoped questions
1302 kScopeInterfaceID = 1, // Scoped DNS server used only by scoped questions
1303 kScopeServiceID = 2 // Service specific DNS server used only by questions
1323 mDNSu32 timeout; // timeout value for questions
1634 CacheRecord *soa; // SOA record to return for proxy questions
2396 mDNSu8 LocalRemoveEvents; // Set if we may need to deliver remove events for local-only questions and/or local-only records
2432 DNSQuestion *Questions; // List of all registered questions, active and inactive
2433 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cach
3186 const mDNSu8 *const questions = ((const mDNSu8 *)&hdr->numQuestions); local
    [all...]
DNSCommon.c 1013 // before we deleted the record and reported a "remove" event to any active questions.
1730 // such, so that we can deliver the response to questions that specify LocalOnly InterfaceID.
2089 // OPT should not answer any questions.
2095 // CNAME answers any questions, except negative CNAME. (this function is not responsible to check that)
2159 // LocalOnly/P2P questions can be answered with AuthRecordAny in this function. LocalOnly/P2P records
2203 // mDNS records can only be used to answer mDNS questions.
2272 // a valid InterfaceID (e.g., scoped /etc/hosts) and can be used to answer unicast questions unlike
2274 // unicast questions. ResourceRecordAnswersQuestion/SameNameRecordAnswersQuestion can't tell whether
2278 // they walk the hash table to answer LocalOnly/P2P questions
2284 // mDNSInterface_Any questions can be answered with LocalOnly/P2P records in this function. AuthRecord_An
4231 char questions[512]; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 1826 Please send questions and other remarks about this software to

Completed in 90 milliseconds

1 2