Searched refs:AuthRecordLocalOnly (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c139 #define UniqueLocalOnlyRecord(rr) ((rr)->ARType == AuthRecordLocalOnly && \
647 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
930 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
1200 rr->ARType = AuthRecordLocalOnly;
1205 if (intf && !intf->Advertise) { rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; }
1260 if (rr->resrec.InterfaceID && rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
2823 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
3749 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P)
4447 if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInterface_Any))
12369 if (rr->ARType != AuthRecordLocalOnly
[all...]
H A DDNSCommon.c1364 if (InterfaceID == mDNSInterface_LocalOnly && artype != AuthRecordLocalOnly)
1374 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly))
1895 if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) return(mDNSfalse);
H A DmDNSEmbeddedAPI.h1484 AuthRecordLocalOnly, enumerator in enum:__anon10945
1608 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A DuDNS.c5252 mDNS_SetupResourceRecord(&arElem->ar, mDNSNULL, mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElemCallback, arElem);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c683 artype = AuthRecordLocalOnly;
2334 mDNS_SetupResourceRecord(&ptr->ar, mDNSNULL, mDNSInterface_LocalOnly, kDNSType_PTR, 7200, kDNSRecordTypeShared, AuthRecordLocalOnly, FreeARElemCallback, ptr);
5350 if (ar->ARType == AuthRecordLocalOnly)
5383 if (ar->ARType == AuthRecordLocalOnly)
5451 else if (ar->ARType == AuthRecordLocalOnly)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c8951 mDNS_SetupResourceRecord(rr, NULL, InterfaceID, rrtype, 1, kDNSRecordTypeKnownUnique, AuthRecordLocalOnly, FreeEtcHosts, NULL);
9674 mDNS_SetupResourceRecord(rr, mDNSNULL, mDNSInterface_LocalOnly, kDNSType_PTR, kHostNameTTL, kDNSRecordTypeKnownUnique, AuthRecordLocalOnly, mDNSNULL, mDNSNULL);

Completed in 434 milliseconds