Searched refs:remote_v6_only (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc1081 int remote_v6_only = 0; local
1082 remote->GetOption(Socket::OPT_IPV6_V6ONLY, &remote_v6_only);
1083 if (local_ip.family() == AF_INET && !remote_v6_only && IPIsAny(remote_ip)) {

Completed in 63 milliseconds