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

/freebsd-13-stable/crypto/openssh/
H A Dopacket.c216 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
218 fatal("%s: ssh_packet_set_connection failed", __func__);
H A Dpacket.h95 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
H A Dsshconnect.c176 if (ssh_packet_set_connection(ssh, sock, sock) == NULL)
177 return -1; /* ssh_packet_set_connection logs error */
251 if (ssh_packet_set_connection(ssh, pout[0], pin[1]) == NULL)
252 return -1; /* ssh_packet_set_connection logs error */
582 if (ssh_packet_set_connection(ssh, sock, sock) == NULL)
583 return -1; /* ssh_packet_set_connection logs error */
597 if ((ssh_packet_set_connection(ssh,
599 return -1; /* ssh_packet_set_connection logs error */
H A Dssh-keyscan.c499 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL)
500 fatal("ssh_packet_set_connection failed");
H A Dssh_api.c88 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL)
H A Dssh_namespace.h615 #define ssh_packet_set_connection Fssh_ssh_packet_set_connection macro
H A Dssh.c1359 ssh_packet_set_connection(ssh, sock, sock);
H A Dpacket.c285 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) function

Completed in 194 milliseconds