Searched refs:remote_connect (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | socks.c | 62 int remote_connect(const char *, const char *, struct addrinfo); 178 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
|
H A D | netcat.c | 118 int remote_connect(const char *, const char *, struct addrinfo); 416 s = remote_connect(host, port, hints); in main() 548 remote_connect(const char *host, const char *port, struct addrinfo hints) in remote_connect() function
|