HomeSort by: relevance | last modified time | path
    Searched refs:unix_bind (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/nc/
netcat.c 148 int unix_bind(char *, int);
596 s = unix_bind(host, 0);
795 * unix_bind()
799 unix_bind(char *path, int flags) function
903 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0)
937 if ((s = unix_bind(path, 0)) < 0)

Completed in 69 milliseconds