Searched refs:remote_v6_only (Results 1 – 1 of 1) sorted by relevance
1167 int remote_v6_only = 0; in CanInteractWith() local1168 remote->GetOption(Socket::OPT_IPV6_V6ONLY, &remote_v6_only); in CanInteractWith()1169 if (local_ip.family() == AF_INET && !remote_v6_only && IPIsAny(remote_ip)) { in CanInteractWith()