OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipSize
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/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
351
// Set ip and sourcePort according to address. As input parameter
ipSize
357
uint32_t&
ipSize
,
360
// Set ip and sourcePort according to address. As input parameter
ipSize
369
uint32_t&
ipSize
,
udp_transport_impl.h
133
uint32_t&
ipSize
,
183
void GetCachedAddress(char* ip, uint32_t&
ipSize
,
Completed in 55 milliseconds