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