HomeSort by: relevance | last modified time | path
    Searched defs:socketpath (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 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; member in struct:tap_socket
283 free(s->socketpath);
289 static struct tap_socket* tap_socket_new_local(char* socketpath,
297 s->socketpath = strdup(socketpath);
298 if(!s->socketpath) {
411 if(s->socketpath) {
413 s->fd = create_local_accept_sock(s->socketpath, NULL, 0)
    [all...]

Completed in 13 milliseconds