HomeSort by relevance Sort by last modified time
    Searched refs:CountIPMaskBits (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.h 154 int CountIPMaskBits(IPAddress mask);
ipaddress.cc 355 int CountIPMaskBits(IPAddress mask) {
ipaddress_unittest.cc 158 (expected_length == CountIPMaskBits(addr));
163 // CountIPMaskBits is going to crash or infinite loop or something.
168 CountIPMaskBits(addr);
    [all...]
network.cc 232 int prefix_length = CountIPMaskBits(mask);

Completed in 181 milliseconds