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

  /src/usr.bin/nc/
netcat.c 142 int unix_bind(char *, int);
557 s = unix_bind(host, 0);
756 * unix_bind()
760 unix_bind(char *path, int flags) function in typeref:typename:int
864 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0)
898 if ((s = unix_bind(path, 0)) < 0)
netcat.c 142 int unix_bind(char *, int);
557 s = unix_bind(host, 0);
756 * unix_bind()
760 unix_bind(char *path, int flags) function in typeref:typename:int
864 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0)
898 if ((s = unix_bind(path, 0)) < 0)

Completed in 34 milliseconds