Searched refs:ssh_packet_set_connection (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | packet.h | 88 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
|
D | opacket.c | 233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out); in packet_set_connection()
|
D | ssh_api.c | 88 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
|
D | ssh-keyscan.c | 518 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
|
D | packet.c | 290 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function
|