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

Method IsRoutable

src/netbase.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701bool CNetAddr::IsRoutable() const {
702 return IsValid() &&
703 !(IsRFC1918() || IsRFC3927() || IsRFC4862() || (IsRFC4193() && !IsTor()) || IsRFC4843() || IsLocal());
704}
705
706enum Network CNetAddr::GetNetwork() const {
707 if (!IsRoutable()) return NET_UNROUTABLE;

Callers 9

AdvertizeLocalFunction · 0.80
AddLocalFunction · 0.80
net.cppFile · 0.80
PushVersionMethod · 0.80
SendMessagesFunction · 0.80
Add_Method · 0.80
ProcessVersionMessageFunction · 0.80
ProcessAddrMessageFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

IsLocalFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64