create_local_accept_sock
int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
fd = create_local_accept_sock(ip, &noproto);
fd = create_local_accept_sock(ip, &noproto);
int create_local_accept_sock(const char* path, int* noproto);
fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd);
s->fd = create_local_accept_sock(s->socketpath, NULL, 0);
int create_local_accept_sock(const char* path, int* noproto, int use_systemd);