/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 77 mDNSlocal void SendWakeup(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *EthAddr, mDNSOpa… 336 mDNSexport mDNSBool mDNS_AddressIsLocalSubnet(mDNS *const m, const mDNSInterfaceID InterfaceID, con… in mDNS_AddressIsLocalSubnet() argument 345 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx) in mDNS_AddressIsLocalSubnet() 354 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx) in mDNS_AddressIsLocalSubnet() 365 …NSlocal NetworkInterfaceInfo *FirstInterfaceForID(mDNS *const m, const mDNSInterfaceID InterfaceID) in FirstInterfaceForID() argument 368 while (intf && intf->InterfaceID != InterfaceID) intf = intf->next; in FirstInterfaceForID() 372 mDNSexport char *InterfaceNameForID(mDNS *const m, const mDNSInterfaceID InterfaceID) in InterfaceNameForID() argument 374 NetworkInterfaceInfo *intf = FirstInterfaceForID(m, InterfaceID); in InterfaceNameForID() 431 q->InterfaceID = mDNSInterface_Unicast; in AnswerQuestionByFollowingCNAME() 569 ((RR)->resrec.InterfaceID == mDNSInterface_Any || (RR)->resrec.InterfaceID == (INTID))) [all …]
|
D | DNSCommon.c | 132 if (next) return(next->InterfaceID); else return(mDNSNULL); in GetNextActiveInterfaceID() 141 if (rr->resrec.InterfaceID == id) used++; in NumCacheRecordsForInterfaceID() 991 …ort void mDNS_SetupResourceRecord(AuthRecord *rr, RData *RDataStorage, mDNSInterfaceID InterfaceID, in mDNS_SetupResourceRecord() argument 1001 if (InterfaceID == mDNSInterface_LocalOnly && artype != AuthRecordLocalOnly) in mDNS_SetupResourceRecord() 1003 …ord: ERROR!! Mismatch LocalOnly record InterfaceID %p called with artype %d", InterfaceID, artype); in mDNS_SetupResourceRecord() 1006 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P) in mDNS_SetupResourceRecord() 1008 …rceRecord: ERROR!! Mismatch P2P record InterfaceID %p called with artype %d", InterfaceID, artype); in mDNS_SetupResourceRecord() 1011 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly)) in mDNS_SetupResourceRecord() 1013 …: ERROR!! Mismatch InterfaceAny record InterfaceID %p called with artype %d", InterfaceID, artype); in mDNS_SetupResourceRecord() 1025 rr->resrec.InterfaceID = InterfaceID; in mDNS_SetupResourceRecord() [all …]
|
D | mDNSEmbeddedAPI.h | 1030 mDNSInterfaceID InterfaceID; member 1110 mDNSInterfaceID InterfaceID; // Set if this RR is specific to one interface member 1293 #define AuthRecord_uDNS(R) ((R)->resrec.InterfaceID == mDNSInterface_Any && !(R)->ForceMCast && !Is… 1294 #define Question_uDNS(Q) ((Q)->InterfaceID == mDNSInterface_Unicast || \ 1295 …((Q)->InterfaceID != mDNSInterface_LocalOnly && (Q)->InterfaceID != mDNSInterface_P2P && !(Q)->For… 1438 mDNSInterfaceID InterfaceID; member 1576 …mDNSInterfaceID InterfaceID; // Non-zero if you want to issue queries only on a single spec… member 1604 mDNSInterfaceID InterfaceID; // ID of the interface the response was received on member 1730 mDNSInterfaceID InterfaceID; // Identifies physical interface; MUST NOT be 0, -1, or -2 member 1749 mDNSInterfaceID InterfaceID; member [all …]
|
D | uDNS.h | 108 extern domainname *uDNS_GetNextSearchDomain(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSs8… 124 extern void uDNS_ReceiveNATPMPPacket(mDNS *m, const mDNSInterfaceID InterfaceID, mDNSu8 *pkt, mDNSu… 126 …PortMapReply(mDNS *const m, NATTraversalInfo *n, const mDNSInterfaceID InterfaceID, mDNSu16 err, m…
|
D | uDNS.c | 517 …PortMapReply(mDNS *const m, NATTraversalInfo *n, const mDNSInterfaceID InterfaceID, mDNSu16 err, m… in natTraversalHandlePortMapReply() argument 542 n->InterfaceID = InterfaceID; in natTraversalHandlePortMapReply() 1264 …err = mDNSPlatformTCPConnect(info->sock, Addr, Port, hostname, (question ? question->InterfaceID :… in MakeTCPConn() 1580 zd->question.InterfaceID = mDNSInterface_Any; in GetZoneData_StartQuery() 2262 q->InterfaceID = mDNSInterface_Any; in GetStaticHostname() 3288 mDNSexport void uDNS_ReceiveNATPMPPacket(mDNS *m, const mDNSInterfaceID InterfaceID, mDNSu8 *pkt, m… in uDNS_ReceiveNATPMPPacket() argument 3357 …natTraversalHandlePortMapReply(m, ptr, InterfaceID, PortMapReply->err, PortMapReply->extport, Port… in uDNS_ReceiveNATPMPPacket() 4656 mDNSexport void mDNS_AddSearchDomain(const domainname *const domain, mDNSInterfaceID InterfaceID) in mDNS_AddSearchDomain() argument 4663 if (((*p)->InterfaceID == InterfaceID) && SameDomainName(&(*p)->domain, domain)) in mDNS_AddSearchDomain() 4688 (*p)->InterfaceID = InterfaceID; in mDNS_AddSearchDomain() [all …]
|
D | DNSCommon.h | 239 …const mDNSu8 * end, const mDNSInterfaceID InterfaceID, mDNSu8 RecordType, LargeCacheRecord *const … 241 …ion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, 260 …mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstport, TCPSocket *s…
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 297 …ery(mDNS *const m, HostEntry *entry, domainname *name, mDNSu16 rrtype, mDNSInterfaceID InterfaceID) in SendUnicastQuery() argument 320 InterfaceID = mDNSInterface_Any; // Send query from our unicast reply socket in SendUnicastQuery() 323 …mDNSSendDNSMessage(&mDNSStorage, &query, qptr, InterfaceID, mDNSNULL, target, MulticastDNSPort, mD… in SendUnicastQuery() 326 mDNSlocal void AnalyseHost(mDNS *const m, HostEntry *entry, const mDNSInterfaceID InterfaceID) in AnalyseHost() argument 339 SendUnicastQuery(m, entry, &entry->revname, kDNSType_PTR, InterfaceID); in AnalyseHost() 346 SendUnicastQuery(m, entry, &entry->hostname, kDNSType_HINFO, InterfaceID); in AnalyseHost() 467 ptr = GetLargeResourceRecord(m, query, ptr, end, q->InterfaceID, kDNSRecordTypePacketAuth, pkt); in FindUpdate() 474 … mDNSAddr *srcaddr, mDNSIPPort srcport, const mDNSAddr *dstaddr, const mDNSInterfaceID InterfaceID) in DisplayPacketHeader() argument 481 const mDNSu32 index = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNSfalse); in DisplayPacketHeader() 610 … mDNSAddr *srcaddr, mDNSIPPort srcport, const mDNSAddr *dstaddr, const mDNSInterfaceID InterfaceID) in DisplayQuery() argument [all …]
|
D | mDNSPosix.c | 158 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstPort) in mDNSPlatformSendUDP() argument 162 PosixNetworkInterface * thisIntf = (PosixNetworkInterface *)(InterfaceID); in mDNSPlatformSendUDP() 242 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL; in SocketDataReady() local 326 &senderAddr, senderPort, &destAddr, MulticastDNSPort, InterfaceID); in SocketDataReady() 350 …sock, const mDNSAddr *dst, mDNSOpaque16 dstport, domainname *hostname, mDNSInterfaceID InterfaceID, in mDNSPlatformTCPConnect() argument 357 (void)InterfaceID; // Unused in mDNSPlatformTCPConnect() 397 mDNSexport void mDNSPlatformUpdateProxyList(mDNS *const m, const mDNSInterfaceID InterfaceID) in mDNSPlatformUpdateProxyList() argument 400 (void)InterfaceID; // Unused in mDNSPlatformUpdateProxyList() 403 …SPlatformSendRawPacket(const void *const msg, const mDNSu8 *const end, mDNSInterfaceID InterfaceID) in mDNSPlatformSendRawPacket() argument 407 (void)InterfaceID; // Unused in mDNSPlatformSendRawPacket() [all …]
|
D | Identify.c | 95 const mDNSInterfaceID InterfaceID) in mDNSCoreReceive() argument 104 __MDNS__mDNSCoreReceive(m, msg, end, srcaddr, srcport, &AllDNSLinkGroup_v4, dstport, InterfaceID); in mDNSCoreReceive() 213 q->InterfaceID = mDNSInterface_Any; in StartQuery()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 172 mDNSInterfaceID InterfaceID; member 499 mDNSInterfaceID InterfaceID; in read_rr_from_ipc_msg() local 519 InterfaceID = mDNSPlatformInterfaceIDfromInterfaceIndex(&mDNSStorage, interfaceIndex); in read_rr_from_ipc_msg() 520 if (InterfaceID == mDNSInterface_LocalOnly) in read_rr_from_ipc_msg() 522 else if (InterfaceID == mDNSInterface_P2P) in read_rr_from_ipc_msg() 524 else if ((InterfaceID == mDNSInterface_Any) && (flags & kDNSServiceFlagsIncludeP2P)) in read_rr_from_ipc_msg() 529 mDNS_SetupResourceRecord(rr, mDNSNULL, InterfaceID, type, 0, in read_rr_from_ipc_msg() 749 …if (GenerateNTDResponse(srs->RR_SRV.resrec.name, srs->RR_SRV.resrec.InterfaceID, instance->request… in SendServiceRemovalNotification() 802 …if (GenerateNTDResponse(srs->RR_SRV.resrec.name, srs->RR_SRV.resrec.InterfaceID, instance->request… in regservice_callback() 806 …if (instance->request->u.servicereg.InterfaceID == mDNSInterface_P2P || (!instance->request->u.ser… in regservice_callback() [all …]
|
D | dnssd_clientshim.c | 518 x->qSRV.InterfaceID = mDNSInterface_Any; in DNSServiceResolve() 538 x->qTXT.InterfaceID = mDNSInterface_Any; in DNSServiceResolve() 668 x->q.InterfaceID = mDNSInterface_Any; in DNSServiceQueryRecord()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Pass.cpp | 209 RegisterAGBase::RegisterAGBase(const char *Name, const void *InterfaceID, in RegisterAGBase() argument 211 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 212 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
|
D | PassRegistry.cpp | 144 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 149 PassInfo *InterfaceInfo = const_cast<PassInfo*>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
/external/llvm/lib/IR/ |
D | Pass.cpp | 221 RegisterAGBase::RegisterAGBase(const char *Name, const void *InterfaceID, in RegisterAGBase() argument 223 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 224 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
|
D | PassRegistry.cpp | 76 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 80 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Pass.cpp | 230 RegisterAGBase::RegisterAGBase(StringRef Name, const void *InterfaceID, in RegisterAGBase() argument 232 : PassInfo(Name, InterfaceID) { in RegisterAGBase() 233 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
|
D | PassRegistry.cpp | 81 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument 85 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | PassRegistry.h | 65 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
D | PassSupport.h | 233 const void *InterfaceID,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | PassRegistry.h | 76 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
D | PassSupport.h | 122 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
/external/llvm/include/llvm/ |
D | PassRegistry.h | 77 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
D | PassSupport.h | 134 RegisterAGBase(const char *Name, const void *InterfaceID,
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 891 id = ifd->interfaceInfo.InterfaceID; in mDNSPlatformInterfaceIDfromInterfaceIndex() 1605 mDNSexport void mDNSPlatformUpdateProxyList(mDNS *const m, const mDNSInterfaceID InterfaceID) in mDNSPlatformUpdateProxyList() argument 1608 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformUpdateProxyList() 1622 …SPlatformSendRawPacket(const void *const msg, const mDNSu8 *const end, mDNSInterfaceID InterfaceID) in mDNSPlatformSendRawPacket() argument 1626 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformSendRawPacket() 1629 …atformReceiveRawPacket(const void *const msg, const mDNSu8 *const end, mDNSInterfaceID InterfaceID) in mDNSPlatformReceiveRawPacket() argument 1633 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformReceiveRawPacket() 1636 …DNS *const m, const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID) in mDNSPlatformSetLocalAddressCacheEntry() argument 1641 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformSetLocalAddressCacheEntry() 2169 mDNSexport void mDNSPlatformSendWakeupPacket(mDNS *const m, mDNSInterfaceID InterfaceID, char *EthA… in mDNSPlatformSendWakeupPacket() argument [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 3580 serialization::GlobalDeclID InterfaceID; member in __anon44b721a50311::ObjCCategoriesVisitor 3628 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument 3632 : Reader(Reader), InterfaceID(InterfaceID), Interface(Interface), in ObjCCategoriesVisitor() 3655 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()() 3671 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
|