Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/nc/
H A Dnetcat.c142 int unix_bind(char *, int);
557 s = unix_bind(host, 0); in main()
760 unix_bind(char *path, int flags) in unix_bind() function
864 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0) in unix_connect()
898 if ((s = unix_bind(path, 0)) < 0) in unix_listen()