Searched refs:ARType (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | ScalarEvolutionExpanderTest.cpp | 683 Type *ARType = IntegerType::get(C, ARBitWidth); in TEST_F() local 688 SE.getOne(ARType), L, SCEV::FlagAnyWrap); in TEST_F() 888 Type *ARType = IntegerType::get(C, ARBitWidth); in TEST_F() local 893 SE.getOne(ARType), SE.getOne(ARType)}; in TEST_F() 903 SE.getOne(ARType), SE.getOne(ARType), in TEST_F() 904 SE.getOne(ARType)}; in TEST_F() 914 SE.getOne(ARType), SE.getOne(ARType), in TEST_F() 915 SE.getOne(ARType), SE.getOne(ARType)}; in TEST_F()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1212 AuthRecType ARType; // LocalOnly, P2P or Normal ? member 1297 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P) 1299 #define RRAny(rr) ((rr)->ARType == AuthRecordAny || (rr)->ARType == AuthRecordAnyIncludeP2P)
|
D | mDNS.c | 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 …if (intf && !intf->Advertise){ rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = Auth… 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()
|
D | DNSCommon.c | 1059 rr->ARType = artype; in mDNS_SetupResourceRecord() 1337 …if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) ret… in LocalOnlyRecordAnswersQuestion()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 4227 if (ar->ARType == AuthRecordLocalOnly) in LogEtcHosts() 4261 if (ar->ARType == AuthRecordLocalOnly) in LogLocalOnlyAuthRecords() 4263 else if (ar->ARType == AuthRecordP2P) in LogLocalOnlyAuthRecords() 4300 else if (ar->ARType == AuthRecordLocalOnly) in LogAuthRecords() 4302 else if (ar->ARType == AuthRecordP2P) in LogAuthRecords()
|