Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c176 packet_set_connection(sock, sock); in ssh_proxy_fdpass_connect()
252 packet_set_connection(pout[0], pin[1]); in ssh_proxy_connect()
500 packet_set_connection(sock, sock); in ssh_connect_direct()
514 packet_set_connection(STDIN_FILENO, STDOUT_FILENO); in ssh_connect()
Dopacket.h42 void packet_set_connection(int, int);
Dopacket.c231 packet_set_connection(int fd_in, int fd_out) in packet_set_connection() function
Dsshd.c2023 packet_set_connection(sock_in, sock_out);
Dssh.c1245 packet_set_connection(sock, sock); in main()