Home
last modified time | relevance | path

Searched defs:dest_host (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/compute/
H A Dlivemigrationutils.py80 vm, ip_addr_list, dest_host): argument
151 new_resource_setting_data, dest_host, migration_type): argument
176 def live_migrate_vm(self, vm_name, dest_host, migrate_disks=True): argument
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/
H A D_proxy_chain_async.py9 async def connect(self, dest_host, dest_port, timeout=None): argument
H A D_proxy_chain_sync.py9 def connect(self, dest_host, dest_port, timeout=None): argument
H A D_proto_http_sync.py6 def __init__(self, stream: SyncSocketStream, dest_host, dest_port, argument
H A D_proto_http_async.py6 def __init__(self, stream: AsyncSocketStream, dest_host, dest_port, argument
H A D_proxy_async.py2 async def connect(self, dest_host, dest_port, argument
H A D_proto_socks4_sync.py13 dest_host, dest_port, user_id=None, rdns=None): argument
H A D_proto_socks4_async.py13 dest_host, dest_port, user_id=None, argument
H A D_proto_socks5_async.py18 dest_host, dest_port, username=None, password=None, argument
H A D_proto_socks5_sync.py18 dest_host, dest_port, username=None, password=None, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/sync/
H A D_chain.py9 def connect(self, dest_host, dest_port, timeout=None): argument
/dports/security/py-asyncssh/asyncssh-2.8.1/examples/
H A Dlocal_forwarding_server.py33 def connection_requested(self, dest_host, dest_port, orig_host, orig_port): argument
H A Dstream_direct_server.py44 def connection_requested(self, dest_host, dest_port, orig_host, orig_port): argument
H A Ddirect_server.py40 def connection_requested(self, dest_host, dest_port, orig_host, orig_port): argument
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/async_/asyncio/ext/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/
H A D_proxy_chain.py9 async def connect(self, dest_host, dest_port, timeout=None): argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/anyio/
H A D_chain.py11 dest_host, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/asyncio/v2/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/sync/v2/
H A D_chain.py11 dest_host, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/async_/trio/v2/
H A D_chain.py9 async def connect(self, dest_host, dest_port, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/_proto/
H A Dhttp_async.py9 dest_host, argument
H A Dhttp_sync.py9 dest_host, argument
H A Dsocks4_sync.py12 dest_host, argument
H A Dsocks4_async.py12 dest_host, argument
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/
H A D_abc.py2 def connect(self, dest_host, dest_port, timeout=None, **kwargs): argument
15 async def connect(self, dest_host, dest_port, timeout=None, **kwargs): argument

1234