syslog-ng source
un.h File Reference
#include <sys/un.h>
Include dependency graph for un.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SUN_LEN(ptr)   ((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path))
 

Macro Definition Documentation

◆ SUN_LEN

#define SUN_LEN (   ptr)    ((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path))