| 134 | } |
| 135 | |
| 136 | UInt8 prefixLength() const { |
| 137 | return MaskBits(ntohl(_addr.s_addr), 32); |
| 138 | } |
| 139 | |
| 140 | static IPv4Address* Parse(Exception& ex,const char* address) { |
| 141 | if (!address || !Net::InitializeNetwork(ex)) |
nothing calls this directly
no test coverage detected