Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h88 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
Dopacket.c233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out); in packet_set_connection()
Dssh_api.c88 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL) in ssh_init()
Dssh-keyscan.c518 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL) in congreet()
Dpacket.c290 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() function