Home
last modified time | relevance | path

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

/dflybsd-src/sys/platform/vkernel64/platform/
H A Dinit.c144 static int unix_connect(const char *path);
1076 tap_fd = unix_connect(tap_dev); in netif_open_tap()
1126 unix_connect(const char *path) in unix_connect() function
/dflybsd-src/crypto/libressl/apps/nc/
H A Dnetcat.c144 int unix_connect(char *);
674 if ((s = unix_connect(host)) > 0) { in main()
901 unix_connect(char *path) in unix_connect() function