Searched refs:IpV6Enabled (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 286 if(IsIpAddressValid(ip,IpV6Enabled())) in InitializeReceiveSockets() 299 if(! IpV6Enabled()) in InitializeReceiveSockets() 308 if(multicastIpAddr && !IpV6Enabled()) in InitializeReceiveSockets() 310 if(IsIpAddressValid(multicastIpAddr,IpV6Enabled())) in InitializeReceiveSockets() 335 IpV6Enabled(), false); in InitializeReceiveSockets() 339 IpV6Enabled(), false); in InitializeReceiveSockets() 373 strncpy(ipAddr, _localIP, IpV6Enabled() ? in ReceiveSocketInformation() 379 strncpy(multicastIpAddr, _localMulticastIP, IpV6Enabled() ? in ReceiveSocketInformation() 394 strncpy(ipAddr, _destIP, IpV6Enabled() ? in SendSocketInformation() 410 strncpy(ipAddr, _fromIP, IpV6Enabled() ? in RemoteSocketInformation() [all …]
|
D | udp_transport.h | 239 virtual bool IpV6Enabled() const = 0;
|
D | udp_transport_impl.h | 86 bool IpV6Enabled() const override;
|