Searched refs:remote_connect (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netcat/ |
H A D | socks.c | 56 int remote_connect(const char *, const char *, struct addrinfo); 154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
|
H A D | netcat.c | 127 int remote_connect(const char *, const char *, struct addrinfo); 551 s = remote_connect(host, portlist[i], hints); in main() 688 remote_connect(const char *host, const char *port, struct addrinfo hints) in remote_connect() function
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 132 int remote_connect(const char *, const char *, struct addrinfo); 478 s = remote_connect(host, portlist[i], hints); in main() 613 remote_connect(const char *host, const char *port, struct addrinfo hints) in remote_connect() function 1401 int remote_connect(const char *, const char *, struct addrinfo); 1499 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
|