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

/macosx-10.10/netcat-22/
H A Dsocks.c54 int remote_connect(const char *, const char *, struct addrinfo);
128 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
H A Dnetcat.c137 int remote_connect(const char *, const char *, struct addrinfo);
523 s = remote_connect(host, portlist[i], hints);
630 * remote_connect()
635 remote_connect(const char *host, const char *port, struct addrinfo hints) function

Completed in 79 milliseconds