Home
last modified time | relevance | path

Searched refs:AuthRecordP2P (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1393 AuthRecordP2P, // discovered over D2D/P2P framework enumerator
1523 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A DmDNS.c861 if (ar->ARType == AuthRecordLocalOnly || ar->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()
1190 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()
3169 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in SendResponses()
4085 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P) in SendQueries()
4888 …if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && (q->InterfaceID == mDNSIn… in AnswerQuestionWithLORecord()
12518 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update()
13501 artype = AuthRecordP2P; in setAuthRecType()
13881 artype = AuthRecordP2P; in mDNS_AdvertiseDomains()
H A DDNSCommon.c1177 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P) in mDNS_SetupResourceRecord()
1181 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c638 artype = AuthRecordP2P; in read_rr_from_ipc_msg()
5636 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecordsToFD()
5706 else if (ar->ARType == AuthRecordP2P) in LogAuthRecordsToFD()