YAZ 5.37.0
unix.h File Reference

Header for UNIX domain socket COMSTACK. More...

#include <yaz/comstack.h>

Go to the source code of this file.

Functions

struct sockaddr_un * unix_strtoaddr (const char *str)
COMSTACK unix_type (int s, int flags, int protocol, void *vp)

Detailed Description

Header for UNIX domain socket COMSTACK.

Definition in file unix.h.

Function Documentation

◆ unix_strtoaddr()

struct sockaddr_un * unix_strtoaddr ( const char * str)

Definition at line 294 of file unix.c.

References log_level, unix_strtoaddr_ex(), and yaz_log().

◆ unix_type()