OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsecr
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h
123
uint32 tsval,
tsecr
;
member in struct:cricket::PseudoTcp::Segment
pseudotcp.cc
542
seg.
tsecr
= bytes_to_long(buffer + 20);
554
<< "><TSR=" << (seg.
tsecr
% 10000)
662
if (seg.
tsecr
) {
663
long rtt = talk_base::TimeDiff(now, seg.
tsecr
);
Completed in 22 milliseconds