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

Method isIPv4Compatible

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

Source from the content-addressed store, hash-verified

121 }
122
123 bool isIPv4Compatible() const { return true; }
124 bool isIPv4Mapped() const { return true; }
125 bool isWellKnownMC() const { return (ntohl(_addr.s_addr) & 0xFFFFFF00) == 0xE0000000; } // 224.0.0.0/8
126 bool isNodeLocalMC() const { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected