MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsReachable

Function IsReachable

src/net.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335bool IsReachable(enum Network net)
336{
337 LOCK(g_maplocalhost_mutex);
338 return !vfLimited[net];
339}
340
341bool IsReachable(const CNetAddr &addr)
342{

Callers 9

ProcessMessageMethod · 0.85
AppInitMainFunction · 0.85
IsPeerAddrLocalGoodFunction · 0.85
MaybeFlipIPv6toCJDNSFunction · 0.85
AddLocalFunction · 0.85
ThreadOpenConnectionsMethod · 0.85
BindMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
GetNetworksInfoFunction · 0.85

Calls 1

GetNetworkMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68