Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:RR_PTR

2687 					if (!IdenticalSameNameRecord(&cr->resrec, &m->SPSRecords.RR_PTR.resrec))	// and is not our own advertised service...
9176 mDNS_SetupResourceRecord(&set->RR_PTR, mDNSNULL, set->InterfaceID, kDNSType_PTR, kHostNameTTL, kDNSRecordTypeKnownUnique, AuthRecordAny, mDNSNULL, mDNSNULL);
9181 set->RR_PTR .AllowRemoteQuery = mDNStrue;
9211 MakeDomainNameFromDNSNameString(&set->RR_PTR.namestorage, buffer);
9212 set->RR_PTR.AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept in sync with our host name
9213 set->RR_PTR.ForceMCast = mDNStrue; // This PTR points to our dot-local name, so don't ever try to write it into a uDNS server
9218 mDNS_Register_internal(m, &set->RR_PTR);
9254 if (set->RR_PTR. resrec.RecordType) mDNS_Deregister_internal(m, &set->RR_PTR, mDNS_Dereg_normal);
9729 if (sr->RR_PTR.resrec.RecordType != kDNSRecordTypeUnregistered) return;
9745 LogInfo("ServiceCallback: All records %s for %##s", (result == mStatus_MemFree ? "Unregistered": "Registered"), sr->RR_PTR.resrec.name->c);
9800 mDNS_SetupResourceRecord(&sr->RR_PTR, mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeShared, artype, ServiceCallback, sr);
9824 if (ConstructServiceName(&sr->RR_PTR.namestorage, mDNSNULL, type, domain) == mDNSNULL) return(mStatus_BadParamErr);
9829 AssignDomainName(&sr->RR_ADV.resrec.rdata->u.name, sr->RR_PTR.resrec.name);
9834 AssignDomainName(&sr->RR_PTR.resrec.rdata->u.name, sr->RR_SRV.resrec.name);
9835 sr->RR_PTR.Additional1 = &sr->RR_SRV;
9836 sr->RR_PTR.Additional2 = &sr->RR_TXT;
9889 // We register the RR_PTR last, because we want to be sure that in the event of a forced call to
9890 // mDNS_StartExit, the RR_PTR will be the last one to be forcibly deregistered, since that is what triggers
9896 if (!err) err = mDNS_Register_internal(m, &sr->RR_PTR);
9910 mDNSInterfaceID InterfaceID = sr->RR_PTR.resrec.InterfaceID;
9922 mDNS_SetupResourceRecord(&extra->r, rdata, sr->RR_PTR.resrec.InterfaceID,
9995 sr->RR_PTR.resrec.InterfaceID, sr->ServiceCallback, sr->ServiceContext, 0);
10018 if (sr->RR_PTR.resrec.RecordType == kDNSRecordTypeUnregistered)
10023 else if (sr->RR_PTR.resrec.RecordType == kDNSRecordTypeDeregistering)
10066 status = mDNS_Deregister_internal(m, &sr->RR_PTR, drt);