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

  /external/chromium/third_party/libjingle/source/talk/base/
winping.h 73 // Attempts to send a ping with the given parameters.
75 PingResult Ping(
winping.cc 132 // A ping error message is 8 bytes long, so make sure we allow for at least
186 WinPing::PingResult WinPing::Ping(
win32socketserver.cc 511 WinPing ping; local
512 if (!ping.IsValid()) {
519 WinPing::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
physicalsocketserver.cc 407 WinPing ping; local
408 if (!ping.IsValid()) {
415 WinPing::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
    [all...]
  /external/chromium/net/spdy/
spdy_session.h 106 // Send the SYN frame for |stream_id|. This also sends PING message to check
158 // Enable sending of PING frame with each request.
221 FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, Ping);
299 // Send the PING (preface-PING and trailing-PING) frames.
302 // Send PING if there are no PINGs in flight and we haven't heard from server.
305 // Send a PING after delay. Don't post a PING if there is already
306 // a trailing PING pending
    [all...]
spdy_session_unittest.cc 24 // Wanted to be 100% sure PING is disabled.
168 TEST_F(SpdySessionTest, Ping) {
239 // Enable sending of PING.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 296 STATE_WRITABLE = 0, // we have received ping responses recently
297 STATE_WRITE_CONNECT = 1, // we have had a few ping failures
298 STATE_WRITE_TIMEOUT = 2 // we have had a large number of ping failures
349 void Ping(uint32 now);
351 // Called whenever a valid ping is received on this connection. This is
352 // public because the connection intercepts the first ping for us.
394 uint32 last_ping_sent_; // last time we sent a ping to the other side
395 uint32 last_ping_received_; // last time we received a ping from the other
p2ptransportchannel.cc 437 // ping from the other side. This will cause the state to become readable.
757 // Handle queued up ping request
763 // Find the oldest pingable connection and have it do a ping.
766 conn->Ping(talk_base::Time());
768 // Post ourselves a message to perform the next ping.
781 // If we are writable, then we only want to ping connections that could be
795 // Returns the next pingable connection to ping. This will be the oldest
797 // maximum acceptable ping delay.
    [all...]
port.cc 53 // This is the length of time that we wait for a ping response to come back.
68 // Check if the window in which we would expect a response to the ping has
358 LOG_J(LS_ERROR, this) << "Failed to send STUN ping response to "
463 // A ConnectionRequest is a simple STUN ping used to determine writability.
564 LOG_J(LS_WARNING, this) << "Failed to send STUN ping " << req->id();
683 << " ms without a ping, rtt=" << rtt;
706 << " ping failures and "
709 << " ms since last received ping="
728 void Connection::Ping(uint32 now) {
733 LOG_J(LS_VERBOSE, this) << "Sending STUN ping " << req->id() << " at " << now
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 69 appsPromoLink.ping = appsPromoPing;
82 webStoreEntry.querySelector('a').ping = appsPromoPing;
98 webStoreMiniEntry.querySelector('a').ping = appsPromoPing;
114 appsPromoLink.ping = appsPromoPing;
598 // Ping the PROMO_SEEN histogram only when the promo is maximized, and
685 a.ping = getAppPingUrl(
725 a.ping = getAppPingUrl(
742 a.ping = getAppPingUrl(

Completed in 501 milliseconds