Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:RequestUnicast

2567 	mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353;
2951 debugf("SendQueries: %##s (%s) next interval %d seconds RequestUnicast = %d",
2952 q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval / InitialQuestionInterval, q->RequestUnicast);
2956 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * QuestionIntervalStep3 && !q->RequestUnicast &&
2985 if (q->RequestUnicast) q->RequestUnicast--;
3353 if ((AddRecord == QC_addnocache && !q->RequestUnicast) ||
3361 q->RequestUnicast = mDNSfalse;
4759 q->RequestUnicast = 2; // Set to 2 because is decremented once *before* we check it
6884 q->RequestUnicast = mDNSfalse;
7659 q->RequestUnicast = question->RequestUnicast;
8397 question->RequestUnicast = 0;
9534 q->RequestUnicast = 2; // Set to 2 because is decremented once *before* we check it