OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IpV6Enabled
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc
286
if(IsIpAddressValid(ip,
IpV6Enabled
()))
299
if(!
IpV6Enabled
())
308
if(multicastIpAddr && !
IpV6Enabled
())
310
if(IsIpAddressValid(multicastIpAddr,
IpV6Enabled
()))
335
IpV6Enabled
(), false);
339
IpV6Enabled
(), false);
373
strncpy(ipAddr, _localIP,
IpV6Enabled
() ?
379
strncpy(multicastIpAddr, _localMulticastIP,
IpV6Enabled
() ?
394
strncpy(ipAddr, _destIP,
IpV6Enabled
() ?
410
strncpy(ipAddr, _fromIP,
IpV6Enabled
()
[
all
...]
udp_transport.h
239
virtual bool
IpV6Enabled
() const = 0;
udp_transport_impl.h
86
bool
IpV6Enabled
() const override;
Completed in 173 milliseconds