MCPcopy Create free account
hub / github.com/LUX-Core/lux / IsRoutable

Method IsRoutable

src/netbase.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824bool CNetAddr::IsRoutable() const
825{
826 return IsValid() && !(IsRFC1918() || IsRFC2544() || IsRFC3927() || IsRFC4862() || IsRFC6598() || IsRFC5737() || (IsRFC4193() && !IsTor()) || IsRFC4843() || IsLocal());
827}
828
829enum Network CNetAddr::GetNetwork() const
830{

Callers 9

readMethod · 0.80
Add_Method · 0.80
ProcessMessageFunction · 0.80
IsPeerAddrLocalGoodFunction · 0.80
AdvertizeLocalFunction · 0.80
AddLocalFunction · 0.80
PushVersionMethod · 0.80
BindListenPortFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

IsLocalFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64