Lines Matching refs:InterfaceID
563 q->InterfaceID = inParams->interfaceID; in QueryRecordOpStart()
599 …if (q->AppendSearchDomains && DomainNameIsSingleLabel(inOp->qname)) q->InterfaceID = mDNSInterface… in QueryRecordOpStart()
604 if (callExternalHelpers(q->InterfaceID, &q->qname, q->flags)) in QueryRecordOpStart()
606 external_start_browsing_for_service(q->InterfaceID, &q->qname, q->qtype, q->flags, q->pid); in QueryRecordOpStart()
665 if (callExternalHelpers(op->q.InterfaceID, op->qname, op->q.flags)) in QueryRecordOpStop()
667 …external_stop_browsing_for_service(op->q.InterfaceID, &op->q.qname, op->q.qtype, op->q.flags, op->… in QueryRecordOpStop()
751 inQuestion->InterfaceID); in QueryRecordOpCallback()
767 if (!inAnswer->InterfaceID && IsLocalDomain(inAnswer->name)) in QueryRecordOpCallback()
816 inQuestion->InterfaceID = mDNSInterface_LocalOnly; in QueryRecordOpResetHandler()
820 inQuestion->InterfaceID = op->interfaceID; in QueryRecordOpResetHandler()
855 inQuestion->InterfaceID = inOp->interfaceID; in QueryRecordOpRestartUnicastQuestion()