HomeSort by: relevance | last modified time | path
    Searched refs:Questions (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 343 for (q = m->Questions; q; q=q->next)
346 LogMemCorruption("Questions list: %p is garbage (%lX %p)", q, q->ThisQInterval, q->next);
348 LogMemCorruption("Questions list: Duplicate Question %p should not have LocalSocket set %##s (%s)", q, q->qname.c, DNSTypeName(q->qtype));
364 for (q = m->Questions; q; q=q->next) if (q == cr->CRActiveQuestion) break;
365 if (!q) LogMemCorruption("Cache slot %lu: CRActiveQuestion %p not in m->Questions list %s", slot, cr->CRActiveQuestion, CRDisplayString(m, cr));
379 // Returns true if this is a unique, authoritative LocalOnly record that answers questions of type
688 // a) SuppressUnusable questions that are suppressed
722 // themselves. Without that check we can get into a case where we have two duplicate questions,
931 m->CurrentQuestion = m->Questions;
949 // delivers the appropriate add/remove events to listening questions
    [all...]
uDNS.c 410 for (q = m->Questions; q; q=q->next)
488 // Check to see if adding this new DomainAuthInfo has changed the credentials for any of our questions
489 for (q = m->Questions; q; q=q->next)
1221 for (q = m->Questions; q; q = q->next)
2003 // Returns if the question is a GetZoneData question. These questions are special in
3899 for (qptr = m->Questions; qptr; qptr = qptr->next)
4884 // (When we have a group of identical questions, only the active representative of the group gets
4886 // but we want *all* of the questions to get answer callbacks.)
5193 m->CurrentQuestion = m->Questions;
5725 // restart the questions immediately. Questions are restarted as part o
    [all...]
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...]
  /src/lib/libc/time/
Makefile 802 /Questions or comments to:/ { author_line = 1 } \
  /src/external/public-domain/tz/dist/
Makefile 802 /Questions or comments to:/ { author_line = 1 } \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 125 static mDNSu32 n_mquests; // tracks the current active mcast questions for McastLogging
420 LogMcastNoIdent("--- MCAST RECORDS COUNT[%d] MCAST QUESTIONS COUNT[%d] ---", n_mrecords, n_mquests);
4740 // format questions
4904 // InterfaceID is not valid, then it simulates a "NetworkChanged" which in turn makes questions
5516 // enumeration requires multiple questions, so we must link all the context pointers so that
7491 LogToFD(fd, "QU questions received %u", m->mDNSStats.UnicastBitInQueries);
7492 LogToFD(fd, "Normal multicast questions %u", m->mDNSStats.NormalQueries);
7493 LogToFD(fd, "Answers for questions %u", m->mDNSStats.MatchingAnswersForQueries);
7561 LogToFD(fd, "Cache size %u entities; %u in use (%u group, %u multicast, %u unicast); %u referenced by active questions",
7582 LogToFD(fd, "---------- Questions -----------")
    [all...]

Completed in 31 milliseconds