Searched defs:unix_connect (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ | ||
H A D | netcat.c | 122 int unix_connect(char *); 389 if ((s = unix_connect(host)) > 0 && !zflag) { 478 * unix_connect() 482 unix_connect(char *path) function |
Completed in 497 milliseconds