Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc1095 int local_v6_only = 0; in CanInteractWith() local
1096 local->GetOption(Socket::OPT_IPV6_V6ONLY, &local_v6_only); in CanInteractWith()
1097 if (remote_ip.family() == AF_INET && !local_v6_only && IPIsAny(local_ip)) { in CanInteractWith()