Lines Matching refs:AuthRecordLocalOnly
117 #define LORecordAnswersAddressType(rr) ((rr)->ARType == AuthRecordLocalOnly && \
549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P) in AnswerAllLocalQuestionsWithLocalAuthRecord()
824 …if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLoca… in SetTargetToHostName()
1046 rr->ARType = AuthRecordLocalOnly; in mDNS_Register_internal()
1051 …->Advertise){ rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; } in mDNS_Register_internal()
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()
9789 artype = AuthRecordLocalOnly; in mDNS_RegisterService()
9913 artype = AuthRecordLocalOnly; in mDNS_AddRecordToService()
10086 artype = AuthRecordLocalOnly; in mDNS_RegisterNoSuchService()
10110 artype = AuthRecordLocalOnly; in mDNS_AdvertiseDomains()