Home | History | Annotate | Download | only in hosts

Lines Matching full:disconnect

27     The host will cleanup all the open RPC server connections on disconnect.
79 self.disconnect(port)
112 method will kill it and disconnect the tunnel process
114 by consulting the rpc_proxy_map in disconnect.
133 self.disconnect(port)
166 self.disconnect(port)
185 existing tunnel process, so we always disconnect any older tunnels
186 we might have through disconnect.
203 def disconnect(self, port):
204 """Disconnect from an RPC server on the host.
213 This function does nothing if requested to disconnect a port
255 """Disconnect all known RPC proxy ports."""
257 self.disconnect(port)