Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsIPv6
Method
IsIPv6
src/netaddress.cpp:320–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
bool CNetAddr::IsIPv4() const { return m_net == NET_IPV4; }
319
320
bool CNetAddr::IsIPv6() const { return m_net == NET_IPV6; }
321
322
bool CNetAddr::IsRFC1918() const
323
{
Callers
7
CSubNet
Method · 0.80
ThreadOpenConnections
Method · 0.80
BindListenPort
Method · 0.80
IsZMQAddressIPV6
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
FUZZ_TARGET
Function · 0.80
Calls
no outgoing calls
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
FUZZ_TARGET
Function · 0.64