HomeSort by relevance Sort by last modified time
    Searched refs:ipSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_impl.cc 194 uint32_t& ipSize,
197 const uint32_t originalIPSize = ipSize;
200 ipSize = (ipSize - 1 < _previousIPSize) ? ipSize - 1 : _previousIPSize;
201 memcpy(ip,_previousIP,sizeof(int8_t)*(ipSize + 1));
208 uint32_t& ipSize,
216 GetCachedAddress(ip,ipSize,sourcePort);
222 ipSize = kIpAddressVersion6Length;
223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0
    [all...]
udp_transport.h 350 // Set ip and sourcePort according to address. As input parameter ipSize
356 uint32_t& ipSize,
359 // Set ip and sourcePort according to address. As input parameter ipSize
368 uint32_t& ipSize,
udp_transport_impl.h 138 uint32_t& ipSize,
188 void GetCachedAddress(char* ip, uint32_t& ipSize,

Completed in 360 milliseconds