#include <sys/un.h>

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)) |
| #define SUN_LEN | ( | ptr | ) | ((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path)) |