MCPcopy 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
652bool CNetAddr::HasLinkedIPv4() const
653{
654 return IsRoutable() && (IsIPv4() || IsRFC6145() || IsRFC6052() || IsRFC3964() || IsRFC4380());
655}
656
657uint32_t CNetAddr::GetLinkedIPv4() const
658{

Callers 2

GetGroupMethod · 0.80
GetMappedASMethod · 0.80

Calls 1

IsIPv4Function · 0.85

Tested by

no test coverage detected