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

  /src/usr.bin/nc/
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
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 23 milliseconds