OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_ping_sent_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h
348
uint32 last_ping_sent() const { return
last_ping_sent_
; }
394
uint32
last_ping_sent_
; // last time we sent a ping to the other side
member in class:cricket::Connection
port.cc
515
last_ping_sent_
(0), last_ping_received_(0), last_data_received_(0),
730
last_ping_sent_
= now;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h
505
uint32 last_ping_sent() const { return
last_ping_sent_
; }
571
uint32
last_ping_sent_
; // last time we sent a ping to the other side
member in class:cricket::Connection
port.cc
836
requests_(port->thread()), rtt_(DEFAULT_RTT),
last_ping_sent_
(0),
[
all
...]
Completed in 1570 milliseconds