Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:kDNSType_SRV

876 	if (rr->resrec.rrtype != kDNSType_SRV)
885 if (srvRR->resrec.rrtype != kDNSType_SRV)
1184 //if (rr->resrec.rrtype == kDNSType_SRV) rr->NATinfo.IntPort = rr->resrec.rdata->u.srv.port;
1634 if (rr->resrec.rrtype == kDNSType_SRV)
2152 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV)
4996 if (answer->rrtype == kDNSType_SRV)
5041 if (rr->resrec.rrtype == kDNSType_SRV && !AuthRecord_uDNS(rr) && !mDNSSameIPPort(rr->resrec.rdata->u.srv.port, DiscardPort))
5114 mDNS_SetupQuestion(&intf->NetWakeResolve[i], intf->InterfaceID, &sps[i]->resrec.rdata->u.name, kDNSType_SRV, NetWakeResolve, intf);
8792 if (answer->rrtype != kDNSType_SRV) return;
8927 query->qSRV.qtype = kDNSType_SRV;
9807 mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, hostTTL, recordType, artype, ServiceCallback, sr);
10094 mDNS_SetupResourceRecord(rr, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUnique, artype, Callback, Context);
10450 r2->resrec.rrtype == kDNSType_SRV && mDNSSameIPPort(r2->resrec.rdata->u.srv.port, port) &&
10825 cr->resrec.rrtype == kDNSType_SRV;