sshConnect 167 cygnal/libnet/sshclient.cpp return sshConnect(fd, _hostname);
sshConnect 72 cygnal/libnet/sshclient.h bool sshConnect(int fd);
sshConnect 73 cygnal/libnet/sshclient.h bool sshConnect(int fd, std::string &hostname);
sshConnect 184 testsuite/network.all/test_ssh.cpp if (client.sshConnect(net.getFileFd())) {