MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsRFC4380

Method IsRFC4380

src/netaddress.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool CNetAddr::IsRFC4380() const
142{
143 return (GetByte(15) == 0x20 && GetByte(14) == 0x01 && GetByte(13) == 0 && GetByte(12) == 0);
144}
145
146bool CNetAddr::IsRFC4862() const
147{

Callers 2

GetExtNetworkFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64