Home
last modified time | relevance | path

Searched refs:tomatch (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dipaddress.cc402 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper() argument
406 return ::memcmp(&addr, &tomatch, (length >> 3)) == 0; in IPIsHelper()