Searched refs:_fromIP (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 123 _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()
|
D | udp_transport_impl.h | 213 char _fromIP[kIpAddressVersion6Length]; variable
|