Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h219 int channel_connect_to(const char *, u_short);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1068 sock = channel_connect_to(target, target_port); in server_request_direct_tcpip()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2133 sock = channel_connect_to(host, host_port); in channel_input_port_open()
2586 channel_connect_to(const char *host, u_short port) in channel_connect_to() function