Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc194 uint32_t& ipSize, in GetCachedAddress() argument
197 const uint32_t originalIPSize = ipSize; in GetCachedAddress()
200 ipSize = (ipSize - 1 < _previousIPSize) ? ipSize - 1 : _previousIPSize; in GetCachedAddress()
201 memcpy(ip,_previousIP,sizeof(int8_t)*(ipSize + 1)); in GetCachedAddress()
208 uint32_t& ipSize, in IPAddressCached() argument
216 GetCachedAddress(ip,ipSize,sourcePort); in IPAddressCached()
222 ipSize = kIpAddressVersion6Length; in IPAddressCached()
223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0) in IPAddressCached()
227 _previousIPSize = ipSize; in IPAddressCached()
230 GetCachedAddress(ip,ipSize,sourcePort); in IPAddressCached()
[all …]
Dudp_transport.h357 uint32_t& ipSize,
369 uint32_t& ipSize,
Dudp_transport_impl.h133 uint32_t& ipSize,
183 void GetCachedAddress(char* ip, uint32_t& ipSize,