Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1172 AuthRecordP2P // discovered over D2D/P2P framework enumerator
1286 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
DmDNS.c549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()
824 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()
1106 if (rr->resrec.InterfaceID && rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in mDNS_Register_internal()
2454 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in SendResponses()
3224 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P) in SendQueries()
3858 …if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInt… in AnswerNewQuestion()
9108 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update()
9791 artype = AuthRecordP2P; in mDNS_RegisterService()
9915 artype = AuthRecordP2P; in mDNS_AddRecordToService()
10088 artype = AuthRecordP2P; in mDNS_RegisterNoSuchService()
[all …]
DDNSCommon.c1006 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P) in mDNS_SetupResourceRecord()
1011 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c523 artype = AuthRecordP2P; in read_rr_from_ipc_msg()
4261 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecords()
4300 else if (ar->ARType == AuthRecordP2P) in LogAuthRecords()