Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/nc/
H A Dnetcat.c126 char *unix_dg_tmp_socket; variable
431 unix_dg_tmp_socket = sflag; in main()
441 unix_dg_tmp_socket = unix_dg_tmp_socket_buf; in main()
661 unlink(unix_dg_tmp_socket); in main()
864 if ((s = unix_bind(unix_dg_tmp_socket, SOCK_CLOEXEC)) < 0) in unix_connect()