Home | History | Annotate | Download | only in hosts

Lines Matching defs:disconnect

28     The host will cleanup all the open RPC server connections on disconnect.
83 self.disconnect(port)
141 method will kill it and disconnect the tunnel process
143 by consulting the rpc_proxy_map in disconnect.
163 self.disconnect(port)
207 self.disconnect(port)
226 existing tunnel process, so we always disconnect any older tunnels
227 we might have through disconnect.
244 def disconnect(self, port):
245 """Disconnect from an RPC server on the host.
254 This function does nothing if requested to disconnect a port
296 """Disconnect all known RPC proxy ports."""
298 self.disconnect(port)