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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c114 // RequestUnicast value set to a value one greater than the number of times you want the query
2981 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
3438 q->RequestUnicast = 0;
3449 debugf("SendQueries: %##s (%s) next interval %d seconds RequestUnicast = %d",
3450 q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval / InitialQuestionInterval, q->RequestUnicast);
3456 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * QuestionIntervalStep3 && !q->RequestUnicast &&
3485 if (q->RequestUnicast) q->RequestUnicast--;
3892 q->RequestUnicast = 0;
3997 if ((AddRecord == QC_addnocache && !q->RequestUnicast) ||
[all...]
H A DmDNSEmbeddedAPI.h1932 mDNSu32 RequestUnicast; // Non-zero if we want to send query with kDNSQClass_UnicastResponse bit set member in struct:DNSQuestion_struct

Completed in 82 milliseconds