HomeSort by: relevance | last modified time | path
    Searched refs:remote_connect (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nc/
socks.c 60 int remote_connect(const char *, const char *, struct addrinfo);
216 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
netcat.c 137 int remote_connect(const char *, const char *, struct addrinfo);
689 s = remote_connect(host, portlist[i], hints);
909 * remote_connect()
914 remote_connect(const char *host, const char *port, struct addrinfo hints) function in typeref:typename:int

Completed in 14 milliseconds