unix_connect
int unix_connect(char *);
if ((s = unix_connect(host)) > 0) {
tap_fd = unix_connect(tap_dev);
static int unix_connect(const char *path);