MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / IPv4Address

Method IPv4Address

MonaBase/sources/IPAddress.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83public:
84
85 IPv4Address(const in_addr& addr) {
86 memcpy(&_addr, &addr, sizeof(_addr));
87 }
88
89 IPv4Address(const in_addr& addr, const in_addr& mask, const in_addr& set) {
90 memcpy(&_addr,&addr,sizeof(addr)) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected