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 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
802
(best_connection_->
last_ping_sent
()
811
if (connections_[i]->
last_ping_sent
() < oldest_time) {
812
oldest_time = connections_[i]->
last_ping_sent
();
[
all
...]
port.h
348
uint32
last_ping_sent
() const { return last_ping_sent_; }
function in class:cricket::Connection
Completed in 46 milliseconds