Home
last modified time | relevance | path

Searched refs:StopTunnelPool (Results 1 – 3 of 3) sorted by relevance

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DTunnel.h225 void StopTunnelPool (std::shared_ptr<TunnelPool> pool);
H A DTunnel.cpp446 StopTunnelPool (pool); in DeleteTunnelPool()
454 void Tunnels::StopTunnelPool (std::shared_ptr<TunnelPool> pool) in StopTunnelPool() function in i2p::tunnel::Tunnels
H A DDestination.cpp175 i2p::tunnel::tunnels.StopTunnelPool (m_Pool); in Stop()