HomeSort by relevance Sort by last modified time
    Searched refs:ssh_packet_set_connection (Results 1 - 5 of 5) sorted by null

  /external/openssh/
opacket.c 233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
235 fatal("%s: ssh_packet_set_connection failed", __func__);
packet.h 80 struct ssh *ssh_packet_set_connection(struct ssh *, int, int);
ssh_api.c 90 if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL)
ssh-keyscan.c 474 if ((c->c_ssh = ssh_packet_set_connection(NULL, s, s)) == NULL)
475 fatal("ssh_packet_set_connection failed");
packet.c 269 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) function
    [all...]

Completed in 189 milliseconds