Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/apps/nc/
H A Dnetcat.c143 int unix_bind(char *, int);
575 s = unix_bind(host, 0); in main()
776 unix_bind(char *path, int flags) in unix_bind() function
907 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) == -1) in unix_connect()
941 if ((s = unix_bind(path, 0)) == -1) in unix_listen()