Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ HasLinkedIPv4
Method
HasLinkedIPv4
src/netaddress.cpp:652–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
bool CNetAddr::HasLinkedIPv4() const
653
{
654
return IsRoutable() && (IsIPv4() || IsRFC6145() || IsRFC6052() || IsRFC3964() || IsRFC4380());
655
}
656
657
uint32_t CNetAddr::GetLinkedIPv4() const
658
{
Callers
2
GetGroup
Method · 0.80
GetMappedAS
Method · 0.80
Calls
1
IsIPv4
Function · 0.85
Tested by
no test coverage detected