Lines Matching refs:DNSQuestion
447 typedef struct DNSQuestion_struct DNSQuestion; typedef
495 DNSQuestion *question; // For queries
1342 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can nev…
1508 typedef void mDNSQuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const…
1517 DNSQuestion *next;
1534 DNSQuestion *DuplicateOf;
1535 DNSQuestion *NextInDQList;
1622 DNSQuestion qSRV;
1623 DNSQuestion qTXT;
1624 DNSQuestion qAv4;
1625 DNSQuestion qAv6;
1652 DNSQuestion question; // Storage for any active question
1657 extern mDNSBool IsGetZoneDataQuestion(DNSQuestion *q);
1687 DNSQuestion q;
1717 DNSQuestion NetWakeBrowse;
1718 DNSQuestion NetWakeResolve[3]; // For fault-tolerance, we try up to three Sleep Proxies
1750 DNSQuestion BrowseQ;
1751 DNSQuestion DefBrowseQ;
1752 DNSQuestion AutomaticBrowseQ;
1753 DNSQuestion RegisterQ;
1754 DNSQuestion DefRegisterQ;
1851 DNSQuestion *Questions; // List of all registered questions, active and inactive
1852 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
1853 DNSQuestion *CurrentQuestion; // Next question about to be examined in AnswerLocalQuestions()
1854 …DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or m…
1855 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered
1856 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)
1897 …DNSQuestion ReverseMap; // Reverse-map query to find static hostname for service t…
1898 DNSQuestion AutomaticBrowseDomainQ;
2159 extern mStatus mDNS_StartQuery(mDNS *const m, DNSQuestion *const question);
2160 extern mStatus mDNS_StopQuery (mDNS *const m, DNSQuestion *const question);
2161 extern mStatus mDNS_StopQueryWithRemoves(mDNS *const m, DNSQuestion *const question);
2244 extern void mDNS_SetupQuestion(DNSQuestion *const q, const mDNSInterfaceID InterfaceID, const domai…
2247 extern mStatus mDNS_StartBrowse(mDNS *const m, DNSQuestion *const question,
2268 extern mStatus mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainTy…
2278 extern DNSServer *GetServerForQuestion(mDNS *m, DNSQuestion *question);
2279 extern mDNSu32 SetValidDNSServers(mDNS *m, DNSQuestion *question);
2483 extern void PenalizeDNSServer(mDNS *const m, DNSQuestion *q);
2733 extern void GrantCacheExtensions(mDNS *const m, DNSQuestion *q, mDNSu32 lease);
2740 extern void DNSServerChangeForQuestion(mDNS *const m, DNSQuestion *q, DNSServer *newServer);
2756 extern void AutoTunnelCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const an…
2757 extern void AddNewClientTunnel(mDNS *const m, DNSQuestion *const q);
2898 extern void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3]);
2954 char sizecheck_DNSQuestion [(sizeof(DNSQuestion) <= 786) ? 1 : -1];