Searched refs:srcNode (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 61 std::string getEdgeAttributes(RegionNode *srcNode, 66 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes() 70 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
|
/freebsd/contrib/tcpdump/ |
H A D | print-ipx.c | 56 nd_mac_addr srcNode; /* source node */ member 80 ipxaddr_string(ndo, GET_BE_U_4(ipx->srcNet), ipx->srcNode), in ipx_print()
|
H A D | print-atalk.c | 152 ataddr_string(ndo, snet, GET_U_1(dp->srcNode)), in llap_print() 161 GET_U_1(dp->srcNode), GET_U_1(dp->srcSkt)); in llap_print() 205 ND_PRINT("%s.%s", ataddr_string(ndo, snet, GET_U_1(dp->srcNode)), in atalk_print() 213 GET_U_1(dp->srcNode), GET_U_1(dp->srcSkt)); in atalk_print()
|
H A D | appletalk.h | 41 nd_uint8_t srcNode; member
|