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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c118 int remote_connect(const char *, const char *, struct addrinfo);
416 s = remote_connect(host, port, hints);
543 * remote_connect()
548 remote_connect(const char *host, const char *port, struct addrinfo hints) function

Completed in 58 milliseconds