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
|