Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_sockaddr.cc139 bool is_match_ipv4_ipv6( in is_match_ipv4_ipv6() function
326 case AF_INET6: return is_match_ipv4_ipv6(*this, other); in is_match()
331 case AF_INET: return is_match_ipv4_ipv6(other, *this); in is_match()