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

Method CSubNet

src/netbase.cpp:1232–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232CSubNet::CSubNet():
1233 valid(false)
1234{
1235 memset(netmask, 0, sizeof(netmask));
1236}
1237
1238CSubNet::CSubNet(const std::string &strSubnet, bool fAllowLookup)
1239{

Callers

nothing calls this directly

Calls 3

LookupHostFunction · 0.85
ParseInt32Function · 0.85
IsIPv4Method · 0.80

Tested by

no test coverage detected