This CL adds an IPAddress class intended to replace the current...
This CL adds an IPAddress class intended to replace the current IPAddressNumber typedef. The class wraps a std::vector<uint8_t> containing the actual IP address and exposes a couple of helper methods. This CL only introduces the new class and related tests. BUG=496258 Review URL: https://codereview.chromium.org/1408803010 Cr-Commit-Position: refs/heads/master@{#363046}
Showing
net/base/ip_address.cc
0 → 100644
net/base/ip_address.h
0 → 100644
Please register or sign in to comment