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

/freebsd-13-stable/contrib/netcat/
H A Dsocks.c56 int remote_connect(const char *, const char *, struct addrinfo);
154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
H A Dnetcat.c124 int remote_connect(const char *, const char *, struct addrinfo);
528 s = remote_connect(host, portlist[i], hints);
658 * remote_connect()
663 remote_connect(const char *host, const char *port, struct addrinfo hints) function
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c125 int remote_connect(const char *, const char *, struct addrinfo);
469 s = remote_connect(host, portlist[i], hints);
599 * remote_connect()
604 remote_connect(const char *host, const char *port, struct addrinfo hints) function
1379 int remote_connect(const char *, const char *, struct addrinfo);
1477 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);

Completed in 108 milliseconds