Searched refs:tomatch (Results 1 – 1 of 1) sorted by relevance
402 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper() argument406 return ::memcmp(&addr, &tomatch, (length >> 3)) == 0; in IPIsHelper()