Home
last modified time | relevance | path

Searched refs:packet_set_connection (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h42 void packet_set_connection(int, int);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c174 packet_set_connection(pout[0], pin[1]); in ssh_proxy_connect()
438 packet_set_connection(sock, sock); in ssh_connect()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c186 packet_set_connection(int fd_in, int fd_out) in packet_set_connection() function
1810 packet_set_connection(pipe, dup_fd); in packet_set_monitor()
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c359 packet_set_connection(c->c_fd, c->c_fd); in keygrab_ssh2()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c1527 packet_set_connection(sock_in, sock_out); in main()