Searched refs:DupQuestions (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c5739 DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to questions in this packet local
5740 DNSQuestion **dqp = &DupQuestions;
5996 dqp = &DupQuestions;
6203 while (DupQuestions)
6205 DNSQuestion *q = DupQuestions;
6206 DupQuestions = q->NextInDQList;

Completed in 176 milliseconds