Searched refs:ARType (Results 1 – 4 of 4) sorted by relevance
1527 AuthRecType ARType; // LocalOnly, P2P or Normal ? member1615 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)1617 …y(rr) ((rr)->ARType == AuthRecordAny || (rr)->ARType == AuthRecordAnyIncludeP2P || (rr)->ARType ==…
139 #define UniqueLocalOnlyRecord(rr) ((rr)->ARType == AuthRecordLocalOnly && \649 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()932 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()1202 rr->ARType = AuthRecordLocalOnly; in mDNS_Register_internal()1207 …intf->Advertise) { rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalO… in mDNS_Register_internal()2824 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P) in SendResponses()3756 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P) in SendQueries()4458 …if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInt… in AnswerQuestionWithLORecord()5930 rr->ARType, mDNSNULL, mDNSNULL); in mDNSCoreStoreProxyRR()12420 …if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.… in mDNS_Update()
1437 if (rr->ARType == AuthRecordAnyIncludeP2P) in update_callback()1439 else if (rr->ARType == AuthRecordAnyIncludeAWDL) in update_callback()5472 if (ar->ARType == AuthRecordLocalOnly) in LogEtcHosts()5505 if (ar->ARType == AuthRecordLocalOnly) in LogLocalOnlyAuthRecords()5507 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecords()5573 else if (ar->ARType == AuthRecordLocalOnly) in LogAuthRecords()5577 else if (ar->ARType == AuthRecordP2P) in LogAuthRecords()
1426 rr->ARType = artype; in mDNS_SetupResourceRecord()1900 …if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) ret… in LocalOnlyRecordAnswersQuestion()