Home
last modified time | relevance | path

Searched defs:sentPing (Results 1 – 4 of 4) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DCongestion.cxx141 void Congestion::sentPing() in sentPing() function in Congestion
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DCongestion.cxx141 void Congestion::sentPing() in sentPing() function in Congestion
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libp2p/
H A Dnet.cpp784 auto const sentPing = nodeTable->nodeValidation(nodeEndpoint); in BOOST_AUTO_TEST_CASE() local
811 auto sentPing = nodeTable->nodeValidation(nodeEndpoint); in BOOST_AUTO_TEST_CASE() local
977 auto sentPing = nodeTable->nodeValidation(nodeEndpoint); in BOOST_AUTO_TEST_CASE() local
1191 auto sentPing = nodeTable->nodeValidation(nodeEndpoint); in BOOST_AUTO_TEST_CASE() local
1423 auto sentPing = nodeTable->nodeValidation(neighbourEndpoint); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libp2p/
H A DNodeTable.cpp501 auto const sentPing = m_sentPings.find(_from); in handlePong() local