Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc123 _fromIP(), in UdpTransportImpl()
159 memset(_fromIP, 0, sizeof(_fromIP)); in UdpTransportImpl()
410 strncpy(ipAddr, _fromIP, IpV6Enabled() ? in RemoteSocketInformation()
2149 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1); in IncomingRTPFunction()
2157 memset(_fromIP, 0, sizeof(_fromIP)); in IncomingRTPFunction()
2209 strncpy(_fromIP, ipAddress, kIpAddressVersion6Length - 1); in IncomingRTCPFunction()
Dudp_transport_impl.h213 char _fromIP[kIpAddressVersion6Length]; variable