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

Method CSubNet

src/netaddress.cpp:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578CSubNet::CSubNet():
579 valid(false)
580{
581 memset(netmask, 0, sizeof(netmask));
582}
583
584CSubNet::CSubNet(const CNetAddr &addr, int32_t mask)
585{

Callers

nothing calls this directly

Calls 2

IsIPv4Method · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected