Searched refs:AuthRecordP2P (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c647 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
930 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
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 && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.name))
13154 artype = AuthRecordP2P;
13508 artype = AuthRecordP2P;
H A DmDNSEmbeddedAPI.h1485 AuthRecordP2P // discovered over D2D/P2P framework enumerator in enum:__anon10945
1608 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A DDNSCommon.c1369 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P)
1374 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c685 artype = AuthRecordP2P;
5385 else if (ar->ARType == AuthRecordP2P)
5455 else if (ar->ARType == AuthRecordP2P)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c337 mDNS_SetupResourceRecord(rr, mDNSNULL, mDNSInterface_P2P, m->rec.r.resrec.rrtype, 7200, kDNSRecordTypeShared, AuthRecordP2P, FreeD2DARElemCallback, NULL);

Completed in 321 milliseconds