Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc286 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 …]
Dudp_transport.h239 virtual bool IpV6Enabled() const = 0;
Dudp_transport_impl.h86 bool IpV6Enabled() const override;