Lines Matching refs:RR_SRV

13207     if (result == mStatus_NoError && rr != &sr->RR_SRV) return;
13225 if (sr->RR_SRV.resrec.RecordType != kDNSRecordTypeUnregistered) return;
13327 mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, hostTTL, recordType, artype, ServiceCallback, sr);
13332 return(mDNS_RegisterNoSuchService(m, &sr->RR_SRV, name, type, domain, mDNSNULL, InterfaceID, NSSCallback, sr, flags));
13345 if (ConstructServiceName(&sr->RR_SRV.namestorage, name, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
13346 AssignDomainName(&sr->RR_TXT.namestorage, sr->RR_SRV.resrec.name);
13354 AssignDomainName(&sr->RR_PTR.resrec.rdata->u.name, sr->RR_SRV.resrec.name);
13355 sr->RR_PTR.Additional1 = &sr->RR_SRV;
13369 AssignDomainName(&sr->SubTypes[i].resrec.rdata->u.name, &sr->RR_SRV.namestorage);
13370 sr->SubTypes[i].Additional1 = &sr->RR_SRV;
13377 sr->RR_SRV.resrec.rdata->u.srv.priority = 0;
13378 sr->RR_SRV.resrec.rdata->u.srv.weight = 0;
13379 sr->RR_SRV.resrec.rdata->u.srv.port = port;
13382 if (host && host->c[0]) AssignDomainName(&sr->RR_SRV.resrec.rdata->u.srv.target, host);
13383 else { sr->RR_SRV.AutoTarget = Target_AutoHost; sr->RR_SRV.resrec.rdata->u.srv.target.c[0] = '\0'; }
13395 sr->RR_TXT.DependentOn = &sr->RR_SRV;
13401 err = mDNS_Register_internal(m, &sr->RR_SRV);
13439 AssignDomainName(&extra->r.namestorage, sr->RR_SRV.resrec.name);
13445 extra->r.DependentOn = &sr->RR_SRV;
13489 const domainname *host = sr->RR_SRV.AutoTarget ? mDNSNULL : &sr->RR_SRV.resrec.rdata->u.srv.target;
13493 DeconstructServiceName(sr->RR_SRV.resrec.name, &name1, &type, &domain);
13506 host, sr->RR_SRV.resrec.rdata->u.srv.port, sr->RR_TXT.resrec.rdata->u.txt.c, sr->RR_TXT.resrec.rdlength,
13529 if (mDNSIPPortIsZero(sr->RR_SRV.resrec.rdata->u.srv.port)) return(mDNS_DeregisterNoSuchService(m, &sr->RR_SRV));
13533 debugf("Service set for %##s already deregistered", sr->RR_SRV.resrec.name->c);
13538 LogInfo("Service set for %##s already in the process of deregistering", sr->RR_SRV.resrec.name->c);
13563 mDNS_Deregister_internal(m, &sr->RR_SRV, mDNS_Dereg_repeat);
14149 LogSPS("Sleep Proxy Server %#s %s", srs->RR_SRV.resrec.name->c, m->SPSState ? "started" : "stopped");
14443 DeconstructServiceName(m->SPSRecords.RR_SRV.resrec.name, &name, &type, &domain);