Searched refs:remote_connect (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | socks.c | 60 int remote_connect(const char *, const char *, struct addrinfo); 176 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
|
H A D | netcat.c | 121 int remote_connect(const char *, const char *, struct addrinfo); 436 s = remote_connect(host, port, hints); in main() 569 remote_connect(const char *host, const char *port, struct addrinfo hints) in remote_connect() function
|