Searched refs:remote_connect (Results 1 – 1 of 1) sorted by relevance
/external/openssh/regress/ |
D | netcat.c | 125 int remote_connect(const char *, const char *, struct addrinfo); 469 s = remote_connect(host, portlist[i], hints); in main() 604 remote_connect(const char *host, const char *port, struct addrinfo hints) in remote_connect() function 1374 int remote_connect(const char *, const char *, struct addrinfo); 1472 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
|