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

  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.h 134 size_t HashIP(const IPAddress& ip);
natserver.cc 64 h ^= HashIP(a.ipaddr());
socketaddress.cc 274 h ^= HashIP(ip_);
ipaddress.cc 297 size_t HashIP(const IPAddress& ip) {
ipaddress_unittest.cc 114 (HashIP(addr) != HashIP(addr2)) ||
    [all...]
  /external/chromium_org/third_party/webrtc/base/
ipaddress.h 117 size_t HashIP(const IPAddress& ip);
natserver.cc 47 h ^= HashIP(a.ipaddr());
socketaddress.cc 257 h ^= HashIP(ip_);
ipaddress.cc 280 size_t HashIP(const IPAddress& ip) {