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

  /external/chromium_org/content/renderer/p2p/
ipc_network_manager.cc 86 rtc::TruncateIP(rtc::IPAddress(address), it->network_prefix);
91 it->network_prefix,
102 rtc::TruncateIP(rtc::IPAddress(ip6_addr), it->network_prefix);
107 it->network_prefix,
  /external/chromium_org/extensions/browser/api/system_network/
system_network_api.cc 73 info->prefix_length = i->network_prefix;
  /external/chromium_org/content/common/
p2p_messages.h 31 IPC_STRUCT_TRAITS_MEMBER(network_prefix)
  /external/chromium_org/net/base/
net_util_posix.cc 134 size_t network_prefix = 0;
137 &network_prefix));
149 network_prefix,
net_util.h 472 uint32 network_prefix,
481 uint32 network_prefix; member in struct:net::NetworkInterface
net_util.cc 1016 network_prefix(0) {
    [all...]
net_util_unittest.cc 761 EXPECT_GT(it->network_prefix, 1u);
762 EXPECT_LE(it->network_prefix, it->address.size() * 8);
  /external/chromium_org/chrome/browser/local_discovery/
privet_traffic_detector.cc 35 networks[i].network_prefix >= 24) {
144 networks_[i].network_prefix)) {
  /external/chromium_org/extensions/browser/api/socket/
socket_api.cc 700 info->prefix_length = i->network_prefix;

Completed in 394 milliseconds