Home
last modified time | relevance | path

Searched refs:socket_path (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_dovecot_server.c154 char *socket_path; member
274 path = xp->socket_path; in xsasl_dovecot_server_connect()
284 xp->socket_path); in xsasl_dovecot_server_connect()
289 CA_VSTREAM_CTL_PATH(xp->socket_path), in xsasl_dovecot_server_connect()
403 xp->socket_path = mystrdup(path_info); in xsasl_dovecot_server_init()
417 myfree(xp->socket_path); in xsasl_dovecot_server_done()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c62 static const char *socket_path; variable
953 if (socket_path) in cleanup()
954 unlink(socket_path); in cleanup()
1014 socket_path = default_socket_path; in main()
1046 socket_path = optarg; in main()
1074 serv_sock = open_socket(socket_path); in main()
1078 printf("Listening for requests on %s\n", socket_path); in main()
1088 socket_path = NULL; in main()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.c508 check_socket_file(const char* socket_path) in check_socket_file() argument
512 if(stat(socket_path, &statbuf) < 0) { in check_socket_file()
514 socket_path, strerror(errno)); in check_socket_file()
519 dt_create(const char *socket_path, char* ip, unsigned num_workers, in dt_create() argument
536 socket_path)); in dt_create()
537 assert(socket_path != NULL); in dt_create()
538 check_socket_file(socket_path); in dt_create()
560 fstrm_unix_writer_options_set_socket_path(fuwopt, socket_path); in dt_create()
H A Ddnstap.h96 dt_create(const char *socket_path, char* ip, unsigned num_workers,
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c318 free(dtio->socket_path); in dt_io_thread_delete()
360 free(dtio->socket_path); in dt_io_thread_apply_cfg()
361 dtio->socket_path = strdup(nm); in dt_io_thread_apply_cfg()
362 if(!dtio->socket_path) { in dt_io_thread_apply_cfg()
735 char* to = dtio->socket_path; in dtio_check_nb_connect()
746 else if(dtio->socket_path) in dtio_check_nb_connect()
748 dtio->socket_path); in dtio_check_nb_connect()
959 char* to = dtio->socket_path; in receive_bytes()
1933 (void)strlcpy(s.sun_path, dtio->socket_path, sizeof(s.sun_path)); in dtio_open_output_local()
1937 char* to = dtio->socket_path; in dtio_open_output_local()
H A Ddnstap.c120 check_socket_file(const char* socket_path) in check_socket_file() argument
124 if(stat(socket_path, &statbuf) < 0) { in check_socket_file()
126 socket_path, strerror(errno)); in check_socket_file()
H A Ddtstream.h218 char* socket_path; member
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c44 char *socket_path = NULL; variable
125 "socket-path", 's', arg_string, &socket_path,
H A Dkcm_locl.h169 extern char *socket_path;
/netbsd-src/external/bsd/tmux/dist/
H A Dproc.c189 setproctitle("%s (%s)", name, socket_path); in proc_start()
195 (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION); in proc_start()