Home
last modified time | relevance | path

Searched refs:ssh_packet_set_connection (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dpacket.h91 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
Dsshconnect.c174 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_proxy_fdpass_connect()
257 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL) in ssh_proxy_connect()
517 if (ssh_packet_set_connection(ssh, sock, sock) == NULL) in ssh_connect_direct()
541 if ((ssh_packet_set_connection(ssh, in, out)) == NULL) in ssh_connect()
Dsshd-auth.c626 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
Dssh_api.c99 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
Dssh-keyscan.c509 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
Dsshd-session.c1094 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) in main()
Dssh.c1583 ssh_packet_set_connection(ssh, sock, sock); in main()
Dpacket.c273 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function