Searched refs:socketpath (Results 1 – 2 of 2) sorted by relevance
336 char *socketpath; /* path to unix socket if using local socket */ member
217 settings.socketpath = NULL; /* by default, not using a unix socket */ in settings_init()517 if (!settings.socketpath) { in conn_new()2921 settings.socketpath ? settings.socketpath : "NULL"); in process_stat_settings()5723 settings.socketpath = optarg; in main()6282 if (settings.socketpath != NULL) { in main()6284 if (server_socket_unix(settings.socketpath,settings.access)) { in main()6285 vperror("failed to listen on UNIX socket: %s", settings.socketpath); in main()6291 if (settings.socketpath == NULL) { in main()