HomeSort by relevance Sort by last modified time
    Searched refs:Questions (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNS.c 115 // If there is a authoritative LocalOnly record that answers questions of type A, AAAA and CNAME
404 // themselves. Without that check we can get into a case where we have two duplicate questions,
496 m->CurrentQuestion = m->Questions;
514 // delivers the appropriate add/remove events to listening questions:
516 // stopping if it reaches a NewLocalOnlyQuestion -- brand-new questions are handled by AnswerNewLocalOnlyQuestion().
518 // our main question list, delivering answers to mDNSInterface_Any questions as appropriate,
519 // stopping if it reaches a NewQuestion -- brand-new questions are handled by AnswerNewQuestion().
548 // If this AuthRecord is marked LocalOnly or P2P, then we want to deliver it to all local 'mDNSInterface_Any' questions
631 // In addition, when probing we send our questions with the wildcard type kDNSQType_ANY,
    [all...]
uDNS.c 320 for (q = m->Questions; q; q=q->next)
397 // Check to see if adding this new DomainAuthInfo has changed the credentials for any of our questions
398 for (q = m->Questions; q; q=q->next)
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 840 s += "-- Questions\n"
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 840 s += "-- Questions\n"
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 103 milliseconds