ssh_tcp

Functions


start_link(CM) -> term()

start_link(Host, Opts) -> term()

start_link(Host, Port, Opts) -> term()

start(CM) -> term()

start(Host, Opts) -> term()

start(Host, Port, Opts) -> term()

forward(Pid, LocalIP, LocalPort, RemoteIP, RemotePort) -> term()

backward(Pid, LocalIP, LocalPort, RemoteIP, RemotePort) -> term()

init(X1) -> term()

handle_call(Request, From, State) -> term()

handle_cast(Msg, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

code_change(OldVsn, State, Extra) -> term()

View Functions