Home
last modified time | relevance | path

Searched refs:srcNode (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPrinter.cpp62 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes()
67 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
71 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-atalk.c105 printf("%s.%s", ataddr_string(snet, dp->srcNode), in atalk_print()
112 ddp_print(bp, length, dp->type, snet, dp->srcNode, dp->srcSkt); in atalk_print()
161 printf("%s.%s", ataddr_string(snet, dp->srcNode), in atalk_print_llap()
168 ddp_print(bp, length, dp->type, snet, dp->srcNode, dp->srcSkt); in atalk_print_llap()
H A Dipx.h26 u_char srcNode[6]; /* source node */ member
H A Dappletalk.h45 u_char srcNode; member
H A Dprint-ipx.c62 ipxaddr_string(EXTRACT_32BITS(ipx->srcNet), ipx->srcNode), in ipx_print()