Lines Matching refs:DNSQuestion
1499 typedef struct DNSQuestion_struct DNSQuestion; typedef
1677 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer
1841 DNSQuestion *question;
1879 …rnalResponseHndlr)(mDNS *const m, DNSMessage *msg, const mDNSu8 *end, DNSQuestion *question, void…
1893 typedef void mDNSQuestionCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const…
1897 DNSQuestion *next;
1911 DNSQuestion *DuplicateOf;
1912 DNSQuestion *NextInDQList;
1959 DNSQuestion qSRV;
1960 DNSQuestion qTXT;
1961 DNSQuestion qAv4;
1962 DNSQuestion qAv6;
2087 DNSQuestion *ActiveQueries; //!!!KRS this should be a hashtable (hash on messageID)
2088 …DNSQuestion *CurrentQuery; // pointer to ActiveQueries list being examined in a loop. F…
2104 …DNSQuestion ReverseMap; // Reverse-map query to find static hostname for service targ…
2157 DNSQuestion *Questions; // List of all registered questions, active and inactive
2158 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
2159 DNSQuestion *CurrentQuestion; // Next question about to be examined in AnswerLocalQuestions()
2160 DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly
2161 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only questions not yet answered
2361 extern mStatus mDNS_StartQuery(mDNS *const m, DNSQuestion *const question);
2362 extern mStatus mDNS_StopQuery (mDNS *const m, DNSQuestion *const question);
2420 extern mStatus mDNS_StartBrowse(mDNS *const m, DNSQuestion *const question,
2441 extern mStatus mDNS_GetDomains(mDNS *const m, DNSQuestion *const question, mDNS_DomainType DomainTy…