HomeSort by relevance Sort by last modified time
    Searched defs:questions (Results 1 - 7 of 7) sorted by null

  /external/libevent/include/event2/
dns_struct.h 59 struct evdns_server_question **questions; member in struct:evdns_server_request
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 100 Set<DNSQuestion> questions = new HashSet<DNSQuestion>(); local
105 // Answer questions
113 questions.add(question);
137 for (DNSQuestion question : questions) {
  /external/ppp/pppd/plugins/pppoatm/
ans.c 47 int questions,answers; local
58 questions = GET16(answer+4);
59 if (questions != 1) return TRY_OTHER; /* trouble ... */
  /system/netd/tests/dns_responder/
dns_responder.cpp 373 std::vector<DNSQuestion> questions; member in struct:test::DNSHeader
409 questions.resize(qdcount);
411 cur = questions[i].read(cur, buffer_end);
464 header.qdcount = htons(questions.size());
469 for (const DNSQuestion& question : questions) {
744 if (header.questions.empty()) {
745 ALOGI("no questions present");
756 for (const DNSQuestion& question : header.questions) {
770 for (const DNSQuestion& question : header.questions) {
  /external/libevent/
evdns.c 298 /* Caller-visible fields: flags, questions. */
1008 u16 trans_id, questions, answers, authority, additional, datalength; local
1019 GET16(questions);
1069 for (i = 0; i < questions; ++i) {
1209 u16 trans_id, flags, questions, answers, authority, additional; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 836 milliseconds