Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h245 char _previousIP[kIpAddressVersion6Length]; variable
Dudp_transport_impl.cc146 _previousIP(), in UdpTransportImpl()
201 memcpy(ip,_previousIP,sizeof(int8_t)*(ipSize + 1)); in GetCachedAddress()
223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0) in IPAddressCached()