init_local_server
s = init_local_server(LISTEN_SOCKET_FILE, SOCK_STREAM, 0);
int init_local_server(const char *sockfile, int socktype, int nonblock);