Home
last modified time | relevance | path

Searched refs:CountInboundTunnels (Results 1 – 4 of 4) sorted by relevance

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DTunnel.h281 size_t CountInboundTunnels() const;
H A DTunnel.cpp984 size_t Tunnels::CountInboundTunnels() const in CountInboundTunnels() function in i2p::tunnel::Tunnels
/dports/security/i2pd/i2pd-2.40.0/Win32/
H A DWin32App.cpp208 s << "In: " << i2p::tunnel::tunnels.CountInboundTunnels() << "; "; in PrintMainWindowText()
/dports/security/i2pd/i2pd-2.40.0/daemon/
H A DHTTPServer.cpp352 clientTunnelCount += i2p::tunnel::tunnels.CountInboundTunnels(); in ShowStatus()