Home
last modified time | relevance | path

Searched refs:unix_connect (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c125 int unix_connect(const char *);
409 if ((s = unix_connect(host)) > 0 && !zflag) { in main()
503 unix_connect(const char *path) in unix_connect() function