Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the UNIX domain, a socket address takes the form of a pathname, and the domain-specific socket address structure is defined as follows:
struct sockaddr_un {
sa_family_t sun_family; /* Always AF_UNIX */
char sun_path[108]; /* Null-terminated socket pathname */
};