Lines Matching defs:socketpath
80 printf("-u <socketpath> listen to unix socket with this file name\n");
166 /** socketpath, if this is an AF_LOCAL socket */
167 char* socketpath;
283 free(s->socketpath);
289 static struct tap_socket* tap_socket_new_local(char* socketpath,
297 s->socketpath = strdup(socketpath);
298 if(!s->socketpath) {
410 if(s->socketpath) {
412 s->fd = create_local_accept_sock(s->socketpath, NULL, 0);