Home
last modified time | relevance | path

Searched refs:remote_connect (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netcat/
H A Dsocks.c56 int remote_connect(const char *, const char *, struct addrinfo);
154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
H A Dnetcat.c127 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 Dnetcat.c132 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()