MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsRoutable

Method IsRoutable

src/netbase.cpp:847–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847bool CNetAddr::IsRoutable() const
848{
849 return IsValid() && !(IsRFC1918() || IsRFC2544() || IsRFC3927() || IsRFC4862() || IsRFC6598() || IsRFC5737() || (IsRFC4193() && !IsTor()) || IsRFC4843() || IsLocal());
850}
851
852enum Network CNetAddr::GetNetwork() const
853{

Callers 9

Add_Method · 0.80
ProcessMessageFunction · 0.80
BOOST_FOREACHFunction · 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