Lines Matching refs:RR_SRV

9709 	if (result == mStatus_NoError && rr != &sr->RR_SRV) return;
9727 if (sr->RR_SRV.resrec.RecordType != kDNSRecordTypeUnregistered) return;
9807 mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, hostTTL, recordType, artype, ServiceCallback, sr);
9812 return(mDNS_RegisterNoSuchService(m, &sr->RR_SRV, name, type, domain, mDNSNULL, InterfaceID, NSSCallback, sr, (flags & regFlagIncludeP2P)));
9825 if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
9826 AssignDomainName(&sr->RR_TXT.namestorage, sr->RR_SRV.resrec.name);
9834 AssignDomainName(&sr->RR_PTR.resrec.rdata->u.name, sr->RR_SRV.resrec.name);
9835 sr->RR_PTR.Additional1 = &sr->RR_SRV;
9849 AssignDomainName(&sr->SubTypes[i].resrec.rdata->u.name, &sr->RR_SRV.namestorage);
9850 sr->SubTypes[i].Additional1 = &sr->RR_SRV;
9855 sr->RR_SRV.resrec.rdata->u.srv.priority = 0;
9856 sr->RR_SRV.resrec.rdata->u.srv.weight = 0;
9857 sr->RR_SRV.resrec.rdata->u.srv.port = port;
9860 if (host && host->c[0]) AssignDomainName(&sr->RR_SRV.resrec.rdata->u.srv.target, host);
9861 else { sr->RR_SRV.AutoTarget = Target_AutoHost; sr->RR_SRV.resrec.rdata->u.srv.target.c[0] = '\0'; }
9873 sr->RR_TXT.DependentOn = &sr->RR_SRV;
9879 err = mDNS_Register_internal(m, &sr->RR_SRV);
9924 AssignDomainName(&extra->r.namestorage, sr->RR_SRV.resrec.name);
9932 extra->r.DependentOn = &sr->RR_SRV;
9976 const domainname *host = sr->RR_SRV.AutoTarget ? mDNSNULL : &sr->RR_SRV.resrec.rdata->u.srv.target;
9980 DeconstructServiceName(sr->RR_SRV.resrec.name, &name1, &type, &domain);
9993 host, sr->RR_SRV.resrec.rdata->u.srv.port, sr->RR_TXT.resrec.rdata->u.txt.c, sr->RR_TXT.resrec.rdlength,
10016 if (mDNSIPPortIsZero(sr->RR_SRV.resrec.rdata->u.srv.port)) return(mDNS_DeregisterNoSuchService(m, &sr->RR_SRV));
10020 debugf("Service set for %##s already deregistered", sr->RR_SRV.resrec.name->c);
10025 LogInfo("Service set for %##s already in the process of deregistering", sr->RR_SRV.resrec.name->c);
10050 mDNS_Deregister_internal(m, &sr->RR_SRV, mDNS_Dereg_repeat);
10540 LogSPS("Sleep Proxy Server %#s %s", srs->RR_SRV.resrec.name->c, m->SPSState ? "started" : "stopped");
10797 DeconstructServiceName(m->SPSRecords.RR_SRV.resrec.name, &name, &type, &domain);